mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Merge pull request #966 from nim-lang/add-faststreams
add faststreams and std_shims
This commit is contained in:
commit
6c251cac05
@ -6050,6 +6050,33 @@
|
|||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/status-im/nim-confutils"
|
"web": "https://github.com/status-im/nim-confutils"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "std_shims",
|
||||||
|
"url": "https://github.com/status-im/nim-std-shims",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"backports",
|
||||||
|
"shims"
|
||||||
|
],
|
||||||
|
"description": "APIs available in the latests version of Nim, backported to older stable releases",
|
||||||
|
"license": "Apache License 2.0",
|
||||||
|
"web": "https://github.com/status-im/nim-std-shims"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "faststreams",
|
||||||
|
"url": "https://github.com/status-im/nim-faststreams",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"I/O",
|
||||||
|
"memory-mapping",
|
||||||
|
"streams"
|
||||||
|
],
|
||||||
|
"description": "RLP serialization library for Nim",
|
||||||
|
"license": "Apache License 2.0",
|
||||||
|
"web": "https://github.com/status-im/nim-faststreams"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "rlp",
|
"name": "rlp",
|
||||||
"url": "https://github.com/status-im/nim-rlp",
|
"url": "https://github.com/status-im/nim-rlp",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user