diff options
| author | bluenote10 <bluenote10@users.noreply.github.com> | 2015-05-21 15:40:05 +0200 |
|---|---|---|
| committer | bluenote10 <bluenote10@users.noreply.github.com> | 2015-05-21 15:40:05 +0200 |
| commit | 93e7b101de83d0192638e8d237a895cff4fcb2c1 (patch) | |
| tree | f330c5d73269dd206a50f7c563e1158f2a6751aa | |
| parent | d81c5d01579f222b862c9abbf96ab2a466675596 (diff) | |
| download | packages-93e7b101de83d0192638e8d237a895cff4fcb2c1.tar.gz packages-93e7b101de83d0192638e8d237a895cff4fcb2c1.zip | |
Added nim-heap, nim-stringinterpolation
| -rw-r--r-- | packages.json | 18 |
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" } ] |
