Neo4j::Client is a Perl module that attempts to portably build the Neo4j Bolt protocol C library from @clieshm's libneo4j-client. The installation sequesters the library in the secret Perl data directories (i.e., .../auto/...), so that it doesn't affect other installations.
It is, in fact, a complex kludge to enable Neo4j::Bolt run reliably across 'Nix platforms.
The module itself has one functionality - to provide linker and compiler flags that point to the built library.
A script neoclient.pl is also installed, to enable working with the library on the command line. E.g.,
$ cc $(neoclient.pl --libs --cc) trybolt.c
It should install successfully on Darwin and Un*x. It is currently very unlikely to install on Windows.
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
Go to GitHub issues (only if GitHub is preferred repository)