From e8715df122c97b34a17e38c1ca89bc2604b7e019 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Fri, 30 Mar 2018 18:11:45 +0200 Subject: [PATCH 1/3] Add protobuf and combparser packages --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index 325d0a6..9b6389e 100644 --- a/packages.json +++ b/packages.json @@ -1041,6 +1041,30 @@ "license": "MIT", "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-nim", + "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", From 03a2b84efd063e802242cc41e70b0ca22d0c4392 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Fri, 30 Mar 2018 20:33:48 +0200 Subject: [PATCH 2/3] Fix package name containing dash --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 9b6389e..282ece1 100644 --- a/packages.json +++ b/packages.json @@ -1054,7 +1054,7 @@ "web": "https://github.com/PMunch/combparser" }, { - "name": "protobuf-nim", + "name": "protobuf", "url": "https://github.com/PMunch/protobuf-nim", "method": "git", "tags": [ From a708a476e72309a9906e06b4840c41ad8dec930e Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 24 Apr 2018 13:10:45 +0200 Subject: [PATCH 3/3] Added package sphincs --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c310557..16479a1 100644 --- a/packages.json +++ b/packages.json @@ -8988,5 +8988,18 @@ "description": "Test failing snippets from Nim's issues", "license": "MIT", "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" } ]