aboutsummaryrefslogtreecommitdiffstats
path: root/packages.v1.txt
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-13 00:13:47 +0300
committerLoïc Hoguin <[email protected]>2015-05-13 00:13:47 +0300
commitb413b5f31d5ad1af284a25149a6ff0a63fcaf424 (patch)
tree3f161ce901f92a9e1888973831099908412820ca /packages.v1.txt
parentca34efd64572dc5dab30bd43368a610f07e69fde (diff)
downloaderlang.mk-b413b5f31d5ad1af284a25149a6ff0a63fcaf424.tar.gz
erlang.mk-b413b5f31d5ad1af284a25149a6ff0a63fcaf424.tar.bz2
erlang.mk-b413b5f31d5ad1af284a25149a6ff0a63fcaf424.zip
Rename packages sfmt and tinymt for compatibility
Package names must be the same as application name.
Diffstat (limited to 'packages.v1.txt')
-rw-r--r--packages.v1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.v1.txt b/packages.v1.txt
index 1459df5..e462d94 100644
--- a/packages.v1.txt
+++ b/packages.v1.txt
@@ -51,13 +51,13 @@ ranch https://github.com/ninenines/ranch http://ninenines.eu Socket acceptor poo
recon https://github.com/ferd/recon https://github.com/ferd/recon Collection of functions and scripts to debug Erlang in production.
record_info https://github.com/bipthelin/erlang-record_info https://github.com/bipthelin/erlang-record_info Convert between record and proplist
resource_discovery https://github.com/erlware/resource_discovery http://erlware.org/ An application used to dynamically discover resources present in an Erlang node cluster.
-sfmt-erlang https://github.com/jj1bdx/sfmt-erlang https://github.com/jj1bdx/sfmt-erlang SFMT pseudo random number generator for Erlang.
+sfmt https://github.com/jj1bdx/sfmt-erlang https://github.com/jj1bdx/sfmt-erlang SFMT pseudo random number generator for Erlang.
sheriff https://github.com/extend/sheriff http://ninenines.eu Parse transform for type based validation.
sqerl https://github.com/hairyhum/sqerl https://github.com/hairyhum/sqerl An Erlang-flavoured SQL DSL
swab https://github.com/crownedgrouse/swab https://github.com/crownedgrouse/swab General purpose buffer handling module
sync https://github.com/rustyio/sync https://github.com/rustyio/sync On-the-fly recompiling and reloading in Erlang.
tddreloader https://github.com/version2beta/tddreloader https://github.com/version2beta/tddreloader Shell utility for recompiling, reloading, and testing code as it changes
-tinymt-erlang https://github.com/jj1bdx/tinymt-erlang https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang.
+tinymt https://github.com/jj1bdx/tinymt-erlang https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang.
unicorn https://github.com/shizzard/unicorn https://github.com/shizzard/unicorn Generic configuration server
uuid https://github.com/okeuday/uuid https://github.com/okeuday/uuid Erlang UUID Implementation
worker_pool https://github.com/inaka/worker_pool https://github.com/inaka/worker_pool a simple erlang worker pool