mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Added nim-heap, nim-stringinterpolation
This commit is contained in:
parent
d81c5d0157
commit
93e7b101de
@ -1514,5 +1514,23 @@
|
|||||||
"description": "Another MessagePack implementation written in pure nim",
|
"description": "Another MessagePack implementation written in pure nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/jangko/msgpack4nim"
|
"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…
x
Reference in New Issue
Block a user