aboutsummaryrefslogtreecommitdiffstats
path: root/packages.v1.txt
diff options
context:
space:
mode:
authorKenji Rikitake <[email protected]>2014-09-26 14:14:04 +0900
committerKenji Rikitake <[email protected]>2014-09-26 14:25:58 +0900
commit04c1e4d0678abaac6df75b677408f11b478e5e85 (patch)
tree0320b02ec56168411eddd2a9d406fffbe2cbd4e6 /packages.v1.txt
parentdc36eace3e0b10dffcd0ad1135a9a2b0d4ffd938 (diff)
downloaderlang.mk-04c1e4d0678abaac6df75b677408f11b478e5e85.tar.gz
erlang.mk-04c1e4d0678abaac6df75b677408f11b478e5e85.tar.bz2
erlang.mk-04c1e4d0678abaac6df75b677408f11b478e5e85.zip
Fix esx* package names to exs*
* esx64, esxplus, esx1024 -> exs64, exsplus, exs1024 * See https://github.com/ninenines/erlang.mk/pull/129#issuecomment-56919453 Thx @ddosia
Diffstat (limited to 'packages.v1.txt')
-rw-r--r--packages.v1.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.v1.txt b/packages.v1.txt
index 9185ac9..27c8b3f 100644
--- a/packages.v1.txt
+++ b/packages.v1.txt
@@ -15,9 +15,9 @@ eredis https://github.com/wooga/eredis https://github.com/wooga/eredis Non-block
erldb https://github.com/erldb/erldb.git http://erldb.org ORM (Object-relational mapping) application implemented in Erlang
erlydtl https://github.com/erlydtl/erlydtl https://github.com/erlydtl/erlydtl Django Template Language for Erlang.
erwa https://github.com/bwegh/erwa https://github.com/bwegh/erwa A WAMP router and client written in Erlang.
-esx1024 https://github.com/jj1bdx/esx1024 https://github.com/jj1bdx/esx1024 Xorshift1024star pseudo random number generator for Erlang.
-esx64 https://github.com/jj1bdx/esx64 https://github.com/jj1bdx/esx64 Xorshift64star pseudo random number generator for Erlang.
-esxplus https://github.com/jj1bdx/esxplus https://github.com/jj1bdx/esxplus Xorshift128plus pseudo random number generator for Erlang.
+exs1024 https://github.com/jj1bdx/exs1024 https://github.com/jj1bdx/exs1024 Xorshift1024star pseudo random number generator for Erlang.
+exs64 https://github.com/jj1bdx/exs64 https://github.com/jj1bdx/exs64 Xorshift64star pseudo random number generator for Erlang.
+exsplus https://github.com/jj1bdx/exsplus https://github.com/jj1bdx/exsplus Xorshift128plus pseudo random number generator for Erlang.
gun https://github.com/extend/gun http//ninenines.eu Asynchronous SPDY, HTTP and Websocket client written in Erlang.
ibrowse https://github.com/cmullaparthi/ibrowse https://github.com/cmullaparthi/ibrowse Erlang HTTP client
itweet https://github.com/inaka/itweet.git http://inaka.github.com/itweet/ Twitter Stream API on ibrowse