diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-24 20:07:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-24 20:07:16 +0100 |
| commit | cd85e7c85121d66e15268e6ad6256734ece7a5e8 (patch) | |
| tree | cfd2f5ab85e63a61bef2f729469156a81b1707e1 | |
| parent | 61ca2dfad09451cd0069a344e1856454feba90cd (diff) | |
| parent | 03a2b84efd063e802242cc41e70b0ca22d0c4392 (diff) | |
| download | packages-cd85e7c85121d66e15268e6ad6256734ece7a5e8.tar.gz packages-cd85e7c85121d66e15268e6ad6256734ece7a5e8.zip | |
Merge pull request #694 from PMunch/master
Add protobuf and combparser packages
| -rw-r--r-- | packages.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 16479a1..5920514 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", |
