aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]