Packages

Erlang client library for Neo4J This is a lightweight wrapper for Neo4j REST API. Exposes all of the functionality exposed by Neo4J REST API. Please refer to README to see if you need version 0.2.1 or 0.3

Current section

Files

Jump to
neo4j Makefile
Raw

Makefile

PROJECT = neo4j
PROJECT_VERSION = 0.3
PROJECT_DESCRIPTION = Neo4j REST API client. Refer to README.md to see if you need evrsion 0.2.1 or 0.3
DEPS = hackney jiffy
dep_hackney = git https://github.com/benoitc/hackney master
dep_jiffy = git https://github.com/davisp/jiffy master
PLT_APPS ?= asn1 compiler crypto erts inets kernel public_key stdlib ssl syntax_tools
CT_SUITES ?= neo4j
include erlang.mk