diff options
author | Loïc Hoguin <[email protected]> | 2015-05-18 23:28:22 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-05-18 23:28:22 +0300 |
commit | 0740e346f50f8d506e6a0646a5814222d7b8ac27 (patch) | |
tree | 92d60066ded561a421e8b1f44f85c5e9d2ea8aab | |
parent | 6623c669f86c7e67da3976458742332d686b9e3d (diff) | |
download | erlang.mk-0740e346f50f8d506e6a0646a5814222d7b8ac27.tar.gz erlang.mk-0740e346f50f8d506e6a0646a5814222d7b8ac27.tar.bz2 erlang.mk-0740e346f50f8d506e6a0646a5814222d7b8ac27.zip |
Add package cache to the index
-rw-r--r-- | packages.v1.tsv | 1 | ||||
-rw-r--r-- | packages.v1.txt | 1 | ||||
-rw-r--r-- | packages.v2.tsv | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/packages.v1.tsv b/packages.v1.tsv index 3de4751..60e7d35 100644 --- a/packages.v1.tsv +++ b/packages.v1.tsv @@ -22,6 +22,7 @@ boss https://github.com/ChicagoBoss/ChicagoBoss https://github.com/ChicagoBoss/C bson https://github.com/comtihon/bson-erlang a b bullet https://github.com/extend/bullet http://ninenines.eu Simple, reliable, efficient streaming for Cowboy. cache https://github.com/fogfish/cache a b +cache https://github.com/fogfish/cache https://github.com/fogfish/cache Erlang in-memory cache cake https://github.com/darach/cake-erl https://github.com/darach/cake-erl Really simple terminal colorization carotene https://github.com/carotene/carotene a b cecho https://github.com/mazenharake/cecho a b diff --git a/packages.v1.txt b/packages.v1.txt index 3de4751..60e7d35 100644 --- a/packages.v1.txt +++ b/packages.v1.txt @@ -22,6 +22,7 @@ boss https://github.com/ChicagoBoss/ChicagoBoss https://github.com/ChicagoBoss/C bson https://github.com/comtihon/bson-erlang a b bullet https://github.com/extend/bullet http://ninenines.eu Simple, reliable, efficient streaming for Cowboy. cache https://github.com/fogfish/cache a b +cache https://github.com/fogfish/cache https://github.com/fogfish/cache Erlang in-memory cache cake https://github.com/darach/cake-erl https://github.com/darach/cake-erl Really simple terminal colorization carotene https://github.com/carotene/carotene a b cecho https://github.com/mazenharake/cecho a b diff --git a/packages.v2.tsv b/packages.v2.tsv index 3509d21..59155c0 100644 --- a/packages.v2.tsv +++ b/packages.v2.tsv @@ -22,6 +22,7 @@ boss git https://github.com/ChicagoBoss/ChicagoBoss master https://github.com/Ch bson git https://github.com/comtihon/bson-erlang master a b bullet git https://github.com/extend/bullet master http://ninenines.eu Simple, reliable, efficient streaming for Cowboy. cache git https://github.com/fogfish/cache master a b +cache git https://github.com/fogfish/cache master https://github.com/fogfish/cache Erlang in-memory cache cake git https://github.com/darach/cake-erl v0.1.2 https://github.com/darach/cake-erl Really simple terminal colorization carotene git https://github.com/carotene/carotene master a b cecho git https://github.com/mazenharake/cecho master a b |