Merge pull request #632 from PMunch/master

Added binaryparse package
This commit is contained in:
Dominik Picheta 2017-12-13 12:31:41 +00:00 committed by GitHub
commit 68cccac9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",