aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-10-30 05:41:14 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2013-10-30 05:41:14 -0700
commitc5561388b5da620d65dc2042b86878409e4d3d8b (patch)
treed70391d0c1c18ea7f80b326d33fa3d608b4dffa8
parent150910c9e3eee79619e37a9e650597bb0aeca66a (diff)
parent37989acf953183017a359f1d467c127ac45dd6d4 (diff)
downloadpackages-c5561388b5da620d65dc2042b86878409e4d3d8b.tar.gz
packages-c5561388b5da620d65dc2042b86878409e4d3d8b.zip
Merge pull request #28 from olahol/master
added murmur
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1489906..60c5cae 100644
--- a/packages.json
+++ b/packages.json
@@ -27,6 +27,15 @@
},
{
+ "name": "murmur",
+ "url": "git://github.com/olahol/nimrod-murmur/",
+ "method": "git",
+ "tags": ["hash", "murmur"],
+ "description": "MurmurHash in pur Nimrod.",
+ "license": "MIT"
+ },
+
+ {
"name": "libtcod-nim",
"url": "git://github.com/Vladar4/libtcod-nim/",
"method": "git",