diff options
author | Loïc Hoguin <[email protected]> | 2015-05-14 18:50:05 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-05-14 18:50:05 +0300 |
commit | c0c2863a21a2eee46c69e5a2ce275c91aa2f2ba3 (patch) | |
tree | 2dc6049c8dfe2279163ba0cc023dd46e0a58559b /packages.v1.tsv | |
parent | a34d21e62d3b53c149882e1307f3f77def89c918 (diff) | |
download | erlang.mk-c0c2863a21a2eee46c69e5a2ce275c91aa2f2ba3.tar.gz erlang.mk-c0c2863a21a2eee46c69e5a2ce275c91aa2f2ba3.tar.bz2 erlang.mk-c0c2863a21a2eee46c69e5a2ce275c91aa2f2ba3.zip |
Add package json to the index
This commit also fixes dependencies which have no Makefile
and are not Erlang projects. The detection of Erlang project
is a little naive at the moment but works. We can refine it
later on if needed.
Diffstat (limited to 'packages.v1.tsv')
-rw-r--r-- | packages.v1.tsv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.v1.tsv b/packages.v1.tsv index b748b70..092134c 100644 --- a/packages.v1.tsv +++ b/packages.v1.tsv @@ -65,6 +65,7 @@ jiffy https://github.com/davisp/jiffy https://github.com/davisp/jiffy JSON NIFs jiffy_v https://github.com/shizzard/jiffy-v https://github.com/shizzard/jiffy-v JSON validation utility jobs https://github.com/esl/jobs https://github.com/esl/jobs a Job scheduler for load regulation joxa https://github.com/joxa/joxa https://github.com/joxa/joxa A Modern Lisp for the Erlang VM +json https://github.com/talentdeficit/json https://github.com/talentdeficit/json a high level json library for erlang (17.0+) jsx https://github.com/talentdeficit/jsx https://github.com/talentdeficit/jsx An Erlang application for consuming, producing and manipulating JSON. katja https://github.com/nifoc/katja https://github.com/nifoc/katja A simple Riemann client written in Erlang. kjell https://github.com/karlll/kjell https://github.com/karlll/kjell Erlang Shell |