Skip to content

libcypher-parser 0.2.1 (alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cleishm cleishm released this 23 May 18:30
v0.2.1

This is a alpha release of libcypher-parser. The usage and API may change before a GA release is made.

Mac OS X users, please install via homebrew:

$ brew install cleishm/neo4j/libcypher-parser

Ubuntu users, please install via the PPA:

$ sudo add-apt-repository ppa:cleishm/libcypher-parser
$ sudo apt-get update
$ sudo apt-get install cypher-lint libcypher-parser

There are also packages available for other platforms, including Debian and Ubuntu.

Changes:

  • Removed requirement for libedit when building cypher-lint
  • Fixed compile errors when debug is disabled