Package perl-CQL-Parser: Information

    Source package: perl-CQL-Parser
    Version: 1.0-alt2
    Build time:  Sep 18, 2008, 01:41 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Common Query Language Parser
    Description: 
    CQL::Parser provides a mechanism to parse Common Query Language (CQL)
    statements. The best description of CQL comes from the CQL homepage
    at the Library of Congress <http://www.loc.gov/z3950/agency/zing/cql/>
    
    CQL is a formal language for representing queries to information
    retrieval systems such as web indexes, bibliographic catalogs and museum
    collection information. The CQL design objective is that queries be
    human readable and human writable, and that the language be intuitive
    while maintaining the expressiveness of more complex languages.
    
    A CQL statement can be as simple as a single keyword, or as complicated as a set
    of compoenents indicating search indexes, relations, relational modifiers,
    proximity clauses and boolean logic. CQL::Parser will parse CQL statements
    and return the root node for a tree of nodes which describes the CQL statement.
    This data structure can then be used by a client application to analyze the
    statement, and possibly turn it into a query for a local repository.
    
    Each CQL component in the tree inherits from CQL::Node and can be one
    of the following: CQL::AndNode, CQL::NotNode, CQL::OrNode,
    CQL::ProxNode, CQL::TermNode, CQL::PrefixNode. See the
    documentation for those modules for their respective APIs.

    List of rpms provided by this srpm:
    perl-CQL-Parser (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov


      1. perl-Class-Accessor
      2. perl-Clone
      3. perl-String-Tokenizer
      4. perl-Test-Exception
      5. perl-Test-Pod

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 1.0-alt2
    - fix directory ownership violation
    June 13, 2008 Vitaly Lipatov 1.0-alt1
    - new version 1.0 (with rpmrb script)
    - update buildreqs
    Nov. 11, 2006 Vitaly Lipatov 0.98-alt1
    - first build for ALT Linux Sisyphus