Added binaryparse package

This commit is contained in:
Peter Munch-Ellingsen 2017-12-13 11:26:42 +01:00
parent 67946af159
commit 3dbdcfbd95

View File

@ -976,6 +976,18 @@
"license": "MIT",
"web": "https://github.com/PMunch/drawille-nim"
},
{
"name": "binaryparse",
"url": "https://github.com/PMunch/binaryparse",
"method": "git",
"tags": [
"parsing",
"binary"
],
"description": "Binary parser (and writer) in pure Nim. Generates efficient parsing procedures that handle many commonly seen patterns seen in binary files and does sub-byte field reading.",
"license": "MIT",
"web": "https://github.com/PMunch/binaryparse"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",