aboutsummaryrefslogtreecommitdiffstats
path: root/packages.v2.tsv
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-07-20 14:06:53 +0200
committerLoïc Hoguin <[email protected]>2014-07-20 14:06:53 +0200
commit0dc1feba668a4e86d4b2a4bb4bcb40a48822490a (patch)
tree3cb88fc835722ca91ceaeeb903396e0ee1b3b5e0 /packages.v2.tsv
parentf2e7ca3b3d9562b186fb276c72ee7f45a8304c32 (diff)
downloaderlang.mk-0dc1feba668a4e86d4b2a4bb4bcb40a48822490a.tar.gz
erlang.mk-0dc1feba668a4e86d4b2a4bb4bcb40a48822490a.tar.bz2
erlang.mk-0dc1feba668a4e86d4b2a4bb4bcb40a48822490a.zip
Change package index file format and deps handling
This commit adds two columns to the package index file: the method used to retrieve the dependency (only git supported at this point) and the preferred version (a commit or equivalent in the case of git). Now that all the necessary information is in the package index file, the dep_* lines become optional. It is possible to fetch dependencies by just listing it in the DEPS variable, for example this would fetch both cowboy and jsx: DEPS = cowboy jsx The dep_* line can be used to override the defaults. It now takes three values, the method used to retrieve the dependency, the repository URL and the preferred version. The only change from before is the first value being added.
Diffstat (limited to 'packages.v2.tsv')
-rw-r--r--packages.v2.tsv9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.v2.tsv b/packages.v2.tsv
new file mode 100644
index 0000000..295fad2
--- /dev/null
+++ b/packages.v2.tsv
@@ -0,0 +1,9 @@
+bullet git https://github.com/extend/bullet master http://ninenines.eu Simple, reliable, efficient streaming for Cowboy.
+cowboy git https://github.com/extend/cowboy master http://ninenines.eu Small, fast and modular HTTP server.
+cowlib git https://github.com/extend/cowlib master http://ninenines.eu Support library for manipulating Web protocols.
+erlydtl git https://github.com/erlydtl/erlydtl master https://github.com/erlydtl/erlydtl Django Template Language for Erlang.
+gun git https://github.com/extend/gun master http//ninenines.eu Asynchronous SPDY, HTTP and Websocket client written in Erlang.
+jsx git https://github.com/talentdeficit/jsx master https://github.com/talentdeficit/jsx An Erlang application for consuming, producing and manipulating JSON.
+proper git https://github.com/manopapad/proper master http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
+ranch git https://github.com/extend/ranch master http://ninenines.eu Socket acceptor pool for TCP protocols.
+sheriff git https://github.com/extend/sheriff master http://ninenines.eu Parse transform for type based validation.