diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-12-19 12:41:41 +0200 |
|---|---|---|
| committer | Zahary Karadjov <zahary@gmail.com> | 2018-12-19 12:41:41 +0200 |
| commit | b9648edf770aae5cee4fbc1b66773a55f2fead8e (patch) | |
| tree | 6027c5bc88d1de666099e14a24b122cdbc169f06 | |
| parent | 289df8c202735b3bca9b832455ad437dc3197f91 (diff) | |
| download | packages-add-faststreams.tar.gz packages-add-faststreams.zip | |
add faststreams and std_shimsadd-faststreams
| -rw-r--r-- | packages.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b67ddc8..2651543 100644 --- a/packages.json +++ b/packages.json @@ -6051,6 +6051,33 @@ "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", "url": "https://github.com/status-im/nim-rlp", "method": "git", |
