1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: libcypher-parser
Section: devel
Priority: optional
Maintainer: Chris Leishman <chris@leishman.org>
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).
|