aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Munch-Ellingsen <peterme@peterme.net>2018-03-30 18:11:45 +0200
committerPeter Munch-Ellingsen <peterme@peterme.net>2018-03-30 18:11:45 +0200
commite8715df122c97b34a17e38c1ca89bc2604b7e019 (patch)
tree2743ae6c41cbe76de5dcf40e7f97ad8333edbafe
parent54e47545f073644b58e025497bd71f669df751ef (diff)
downloadpackages-e8715df122c97b34a17e38c1ca89bc2604b7e019.tar.gz
packages-e8715df122c97b34a17e38c1ca89bc2604b7e019.zip
Add protobuf and combparser packages
-rw-r--r--packages.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 325d0a6..9b6389e 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-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",
"method": "git",