diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-24 22:46:16 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-24 22:46:16 +0300 |
| commit | 2f5dec7f92685e3f576a25b41681432d2a2f1705 (patch) | |
| tree | 5e942f037cc688c12da59dbd52f85cfd466f5dff | |
| parent | 4c7122365d1816ab1ffc5d88bae8fcccb327beab (diff) | |
| parent | cd85e7c85121d66e15268e6ad6256734ece7a5e8 (diff) | |
| download | packages-2f5dec7f92685e3f576a25b41681432d2a2f1705.tar.gz packages-2f5dec7f92685e3f576a25b41681432d2a2f1705.zip | |
Merge branch 'master' into nimpb
# Conflicts:
# packages.json
| -rw-r--r-- | packages.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b962313..7c3a187 100644 --- a/packages.json +++ b/packages.json @@ -1042,6 +1042,30 @@ "web": "https://github.com/PMunch/termstyle" }, { + "name": "combparser", + "url": "https://github.com/PMunch/combparser", + "method": "git", + "tags": [ + "parser", + "combinator" + ], + "description": "A parser combinator library for easy generation of complex parsers", + "license": "MIT", + "web": "https://github.com/PMunch/combparser" + }, + { + "name": "protobuf", + "url": "https://github.com/PMunch/protobuf-nim", + "method": "git", + "tags": [ + "protobuf", + "serialization" + ], + "description": "Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools", + "license": "MIT", + "web": "https://github.com/PMunch/protobuf-nim" + }, + { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", "method": "git", @@ -8990,6 +9014,19 @@ "web": "https://github.com/genotrance/tissue" }, { + "name": "sphincs", + "url": "https://github.com/ehmry/nim-sphincs", + "method": "git", + "tags": [ + "crypto", + "pqcrypto", + "signing" + ], + "description": "SPHINCSâș stateless hash-based signature scheme", + "license": "MIT", + "web": "https://github.com/ehmry/nim-sphincs" + }, + { "name": "nimpb", "url": "https://github.com/oswjk/nimpb", "method": "git", |
