aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-21 14:46:38 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-21 14:46:38 +0100
commitdb517cceacbea77766b98a1dcdd52272c8e158e9 (patch)
treef330c5d73269dd206a50f7c563e1158f2a6751aa
parentd81c5d01579f222b862c9abbf96ab2a466675596 (diff)
parent93e7b101de83d0192638e8d237a895cff4fcb2c1 (diff)
downloadpackages-db517cceacbea77766b98a1dcdd52272c8e158e9.tar.gz
packages-db517cceacbea77766b98a1dcdd52272c8e158e9.zip
Merge pull request #168 from bluenote10/master
Added nim-heap, nim-stringinterpolation
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c9dd7e0..0e17685 100644
--- a/packages.json
+++ b/packages.json
@@ -1514,5 +1514,23 @@
"description": "Another MessagePack implementation written in pure nim",
"license": "MIT",
"web": "https://github.com/jangko/msgpack4nim"
+ },
+ {
+ "name": "nim-heap",
+ "url": "https://github.com/bluenote10/nim-heap",
+ "method": "git",
+ "tags": ["heap", "priority queue"],
+ "description": "Simple binary heap implementation",
+ "license": "MIT",
+ "web": "https://github.com/bluenote10/nim-heap"
+ },
+ {
+ "name": "nim-stringinterpolation",
+ "url": "https://github.com/bluenote10/nim-stringinterpolation",
+ "method": "git",
+ "tags": ["string formatting", "string interpolation"],
+ "description": "String interpolation with printf syntax",
+ "license": "MIT",
+ "web": "https://github.com/bluenote10/nim-stringinterpolation"
}
]