diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2019-07-07 12:38:06 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2019-07-07 12:58:18 +0300 |
| commit | 86543759037dbf8f3fffb7e47206be1aa8c0da90 (patch) | |
| tree | 31db59913d2be921f079e9f62b1be062697c34cc | |
| parent | 1b54edd0c2b2193bf37d2785767f7059c0a85677 (diff) | |
| download | packages-86543759037dbf8f3fffb7e47206be1aa8c0da90.tar.gz packages-86543759037dbf8f3fffb7e47206be1aa8c0da90.zip | |
Add Status stew
| -rw-r--r-- | packages.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 60edef8..3ef8cc4 100644 --- a/packages.json +++ b/packages.json @@ -6075,6 +6075,26 @@ "web": "https://github.com/status-im/nim-std-shims" }, { + "name": "stew", + "url": "https://github.com/status-im/nim-stew", + "method": "git", + "tags": [ + "library", + "backports", + "shims", + "ranges", + "bitwise", + "bitops", + "endianness", + "bytes", + "blobs", + "pointer-arithmetic" + ], + "description": "stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-stew" + }, + { "name": "faststreams", "url": "https://github.com/status-im/nim-faststreams", "method": "git", |
