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.v2.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.v2.tsv')
-rw-r--r-- | packages.v2.tsv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.v2.tsv b/packages.v2.tsv index 3dbf360..359a476 100644 --- a/packages.v2.tsv +++ b/packages.v2.tsv @@ -65,6 +65,7 @@ jiffy git https://github.com/davisp/jiffy master https://github.com/davisp/jiffy jiffy_v git https://github.com/shizzard/jiffy-v 0.3.3 https://github.com/shizzard/jiffy-v JSON validation utility jobs git https://github.com/esl/jobs 0.3 https://github.com/esl/jobs a Job scheduler for load regulation joxa git https://github.com/joxa/joxa master https://github.com/joxa/joxa A Modern Lisp for the Erlang VM +json git https://github.com/talentdeficit/json master https://github.com/talentdeficit/json a high level json library for erlang (17.0+) jsx git https://github.com/talentdeficit/jsx master https://github.com/talentdeficit/jsx An Erlang application for consuming, producing and manipulating JSON. katja git https://github.com/nifoc/katja master https://github.com/nifoc/katja A simple Riemann client written in Erlang. kjell git https://github.com/karlll/kjell master https://github.com/karlll/kjell Erlang Shell |