Added nim-heap, nim-stringinterpolation
This commit is contained in:
parent
d81c5d0157
commit
93e7b101de
1 changed files with 18 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue