aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--packages.v1.tsv3
-rw-r--r--packages.v1.txt3
-rw-r--r--packages.v2.tsv3
4 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3091195..793b790 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,8 @@ put the project information directly in the Makefile.
In the latter case you need to create a variable `dep_*` with the
asterisk replaced by the project name, for example `cowboy`. This
variable must contain three things: the fetching method used, the
-URL and the version requested.
+URL and the version requested. These lines must be defined before
+the erlang.mk include line.
The following snippet overrides the Cowboy version required:
diff --git a/packages.v1.tsv b/packages.v1.tsv
index d26a08d..c04b893 100644
--- a/packages.v1.tsv
+++ b/packages.v1.tsv
@@ -23,6 +23,7 @@ jsx https://github.com/talentdeficit/jsx https://github.com/talentdeficit/jsx An
katja https://github.com/nifoc/katja https://github.com/nifoc/katja A simple Riemann client written in Erlang.
lager https://github.com/basho/lager https://github.com/basho/lager A logging framework for Erlang/OTP.
lasse https://github.com/inaka/lasse.git https://github.com/inaka/lasse.git SSE handler for Cowboy
+leptus https://github.com/s1n4/leptus https://github.com/s1n4/leptus Erlang REST framework
neo4j https://github.com/dmitriid/neo4j-erlang https://github.com/dmitriid/neo4j-erlang Erlang client library for Neo4J.
pegjs https://github.com/dmitriid/pegjs https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
proper https://github.com/manopapad/proper http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
@@ -33,5 +34,7 @@ resource_discovery https://github.com/erlware/resource_discovery http://erlware.
sheriff https://github.com/extend/sheriff http://ninenines.eu Parse transform for type based validation.
shotgun https://github.com/inaka/shotgun.git https://github.com/inaka/shotgun.git better than just a gun
sumo_db https://github.com/inaka/sumo_db.git https://github.com/inaka/sumo_db.git Erlang Persistency Framework
+swab https://github.com/crownedgrouse/swab.git https://github.com/crownedgrouse/swab General purpose buffer handling module
tddreloader https://github.com/version2beta/tddreloader https://github.com/version2beta/tddreloader Shell utility for recompiling, reloading, and testing code as it changes
tinymt-erlang https://github.com/jj1bdx/tinymt-erlang https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang.
+zeta https://github.com/s1n4/zeta https://github.com/s1n4/zeta HTTP access log parser in Erlang
diff --git a/packages.v1.txt b/packages.v1.txt
index d26a08d..c04b893 100644
--- a/packages.v1.txt
+++ b/packages.v1.txt
@@ -23,6 +23,7 @@ jsx https://github.com/talentdeficit/jsx https://github.com/talentdeficit/jsx An
katja https://github.com/nifoc/katja https://github.com/nifoc/katja A simple Riemann client written in Erlang.
lager https://github.com/basho/lager https://github.com/basho/lager A logging framework for Erlang/OTP.
lasse https://github.com/inaka/lasse.git https://github.com/inaka/lasse.git SSE handler for Cowboy
+leptus https://github.com/s1n4/leptus https://github.com/s1n4/leptus Erlang REST framework
neo4j https://github.com/dmitriid/neo4j-erlang https://github.com/dmitriid/neo4j-erlang Erlang client library for Neo4J.
pegjs https://github.com/dmitriid/pegjs https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
proper https://github.com/manopapad/proper http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
@@ -33,5 +34,7 @@ resource_discovery https://github.com/erlware/resource_discovery http://erlware.
sheriff https://github.com/extend/sheriff http://ninenines.eu Parse transform for type based validation.
shotgun https://github.com/inaka/shotgun.git https://github.com/inaka/shotgun.git better than just a gun
sumo_db https://github.com/inaka/sumo_db.git https://github.com/inaka/sumo_db.git Erlang Persistency Framework
+swab https://github.com/crownedgrouse/swab.git https://github.com/crownedgrouse/swab General purpose buffer handling module
tddreloader https://github.com/version2beta/tddreloader https://github.com/version2beta/tddreloader Shell utility for recompiling, reloading, and testing code as it changes
tinymt-erlang https://github.com/jj1bdx/tinymt-erlang https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang.
+zeta https://github.com/s1n4/zeta https://github.com/s1n4/zeta HTTP access log parser in Erlang
diff --git a/packages.v2.tsv b/packages.v2.tsv
index dffaa0e..b3aa90e 100644
--- a/packages.v2.tsv
+++ b/packages.v2.tsv
@@ -23,6 +23,7 @@ jsx git https://github.com/talentdeficit/jsx master https://github.com/talentdef
katja git https://github.com/nifoc/katja master https://github.com/nifoc/katja A simple Riemann client written in Erlang.
lager git https://github.com/basho/lager master https://github.com/basho/lager A logging framework for Erlang/OTP.
lasse git https://github.com/inaka/lasse.git 0.1.0 https://github.com/inaka/lasse.git SSE handler for Cowboy
+leptus git https://github.com/s1n4/leptus https://github.com/s1n4/leptus Erlang REST framework
neo4j git https://github.com/dmitriid/neo4j-erlang master https://github.com/dmitriid/neo4j-erlang Erlang client library for Neo4J.
pegjs git https://github.com/dmitriid/pegjs 0.2.1 https://github.com/dmitriid/pegjs An implementation of PEG.js grammar for Erlang.
proper git https://github.com/manopapad/proper master http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
@@ -33,5 +34,7 @@ resource_discovery git https://github.com/erlware/resource_discovery master http
sheriff git https://github.com/extend/sheriff master http://ninenines.eu Parse transform for type based validation.
shotgun git https://github.com/inaka/shotgun.git 0.1 https://github.com/inaka/shotgun.git better than just a gun
sumo_db git https://github.com/inaka/sumo_db.git 1 https://github.com/inaka/sumo_db.git Erlang Persistency Framework
+swab git https://github.com/crownedgrouse/swab.git master https://github.com/crownedgrouse/swab General purpose buffer handling module
tddreloader git https://github.com/version2beta/tddreloader master https://github.com/version2beta/tddreloader Shell utility for recompiling, reloading, and testing code as it changes
tinymt-erlang git https://github.com/jj1bdx/tinymt-erlang master https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang.
+zeta git https://github.com/s1n4/zeta https://github.com/s1n4/zeta HTTP access log parser in Erlang