diff options
author | Loïc Hoguin <[email protected]> | 2015-05-13 00:13:47 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-05-13 00:13:47 +0300 |
commit | b413b5f31d5ad1af284a25149a6ff0a63fcaf424 (patch) | |
tree | 3f161ce901f92a9e1888973831099908412820ca /packages.v2.tsv | |
parent | ca34efd64572dc5dab30bd43368a610f07e69fde (diff) | |
download | erlang.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.v2.tsv')
-rw-r--r-- | packages.v2.tsv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.v2.tsv b/packages.v2.tsv index fb05e2f..ab96c12 100644 --- a/packages.v2.tsv +++ b/packages.v2.tsv @@ -51,13 +51,13 @@ ranch git https://github.com/ninenines/ranch 1.1.0 http://ninenines.eu Socket ac recon git https://github.com/ferd/recon 2.2.1 https://github.com/ferd/recon Collection of functions and scripts to debug Erlang in production. record_info git https://github.com/bipthelin/erlang-record_info master https://github.com/bipthelin/erlang-record_info Convert between record and proplist resource_discovery git https://github.com/erlware/resource_discovery master http://erlware.org/ An application used to dynamically discover resources present in an Erlang node cluster. -sfmt-erlang git https://github.com/jj1bdx/sfmt-erlang master https://github.com/jj1bdx/sfmt-erlang SFMT pseudo random number generator for Erlang. +sfmt git https://github.com/jj1bdx/sfmt-erlang master https://github.com/jj1bdx/sfmt-erlang SFMT pseudo random number generator for Erlang. sheriff git https://github.com/extend/sheriff master http://ninenines.eu Parse transform for type based validation. sqerl git https://github.com/hairyhum/sqerl master https://github.com/hairyhum/sqerl An Erlang-flavoured SQL DSL swab git https://github.com/crownedgrouse/swab master https://github.com/crownedgrouse/swab General purpose buffer handling module sync git https://github.com/rustyio/sync master https://github.com/rustyio/sync On-the-fly recompiling and reloading in Erlang. tddreloader git https://github.com/version2beta/tddreloader master https://github.com/version2beta/tddreloader Shell utility for recompiling, reloading, and testing code as it changes -tinymt-erlang git https://github.com/jj1bdx/tinymt-erlang master https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang. +tinymt git https://github.com/jj1bdx/tinymt-erlang master https://github.com/jj1bdx/tinymt-erlang TinyMT pseudo random number generator for Erlang. unicorn git https://github.com/shizzard/unicorn 0.3.0 https://github.com/shizzard/unicorn Generic configuration server uuid git https://github.com/okeuday/uuid v1.4.0 https://github.com/okeuday/uuid Erlang UUID Implementation worker_pool git https://github.com/inaka/worker_pool 1.0.2 https://github.com/inaka/worker_pool a simple erlang worker pool |