Source: libcypher-parser Section: devel Priority: optional Maintainer: Chris Leishman Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config Build-Depends-Indep: doxygen Standards-Version: 3.9.8 Homepage: https://cleishm.github.io/libcypher-parser/ Vcs-Git: https://github.com/cleishm/libcypher-parser.git Vcs-Browser: https://github.com/cleishm/libcypher-parser Package: cypher-lint Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Lint tool for the Cypher query language Cypher is a graph query language that allows for expressive and efficient querying of graph data. . This tool provides correctness checking of Cypher language input, and can be used to output the Abstract Syntax Tree (AST) of the parsed input. Package: libcypher-parser8 Provides: libcypher-parser Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: Parsing library for the Cypher query language Cypher is a graph query language that allows for expressive and efficient querying of graph data. . libcypher-parser provides efficient parsing of Cypher into an Abstract Syntax Tree (AST) form, using a parsing expression grammar that is equivalent to that used in the Neo4j graph database. . This version is compatible with Cypher as implemented in Neo4j 3.0. Package: libcypher-parser-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libcypher-parser8 (= ${binary:Version}), ${misc:Depends} Breaks: libcypher-parser3-dev (<< 0.3.4-1) Replaces: libcypher-parser3-dev (<< 0.3.4-1) Suggests: pkg-config Description: Development files for libcypher-parser Cypher is a graph query language that allows for expressive and efficient querying of graph data. . libcypher-parser provides efficient parsing of Cypher into an Abstract Syntax Tree (AST) form, using a parsing expression grammar that is equivalent to that used in the Neo4j graph database. . This package contains the development files (headers, static libraries). Package: libcypher-parser-doc Section: doc Architecture: all Depends: libjs-jquery, ${misc:Depends} Recommends: libcypher-parser-dev Description: Documentation for libcypher-parser Cypher is a graph query language that allows for expressive and efficient querying of graph data. . libcypher-parser provides efficient parsing of Cypher into an Abstract Syntax Tree (AST) form, using a parsing expression grammar that is equivalent to that used in the Neo4j graph database. . This package contains the documentation that is also available on the libcypher-parser website (https://github.com/cleishm/libcypher-parser).