aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erlang.mk2
-rw-r--r--packages.v1.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/erlang.mk b/erlang.mk
index 147e31e..f6960a4 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -19,6 +19,8 @@ PROJECT ?= $(notdir $(CURDIR))
# Packages database file.
PKG_FILE ?= $(CURDIR)/.erlang.mk.packages.v1
+export PKG_FILE
+
PKG_FILE_URL ?= https://raw.github.com/extend/erlang.mk/master/packages.v1.txt
define get_pkg_file
diff --git a/packages.v1.txt b/packages.v1.txt
index 377575b..19a32b4 100644
--- a/packages.v1.txt
+++ b/packages.v1.txt
@@ -1,5 +1,6 @@
bullet https://github.com/extend/bullet http://ninenines.eu Simple, reliable, efficient streaming for Cowboy.
cowboy https://github.com/extend/cowboy http://ninenines.eu Small, fast and modular HTTP server.
+cowlib https://github.com/extend/cowlib http://ninenines.eu Support library for manipulating Web protocols.
erlydtl https://github.com/evanmiller/erlydtl https://code.google.com/p/erlydtl/ ErlyDTL compiles Django Template Language to Erlang bytecode.
farwest_core https://github.com/extend/farwest_core http//ninenines.eu Modern web application development platform.
farwest_ui https://github.com/extend/farwest_ui http://ninenines.eu Development and administration UI for Farwest.