diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-13 12:31:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-13 12:31:41 +0000 |
| commit | 68cccac9e1ef0cfcbde0c8849901c56377aad37f (patch) | |
| tree | dfb020665da83ec0fd77b82b83d35e12185965a3 | |
| parent | 67946af159c16587a2dd74c74610c53aaea176e5 (diff) | |
| parent | 3dbdcfbd9591f0dfeabdc07cbf2a7cb2681ba72f (diff) | |
| download | packages-68cccac9e1ef0cfcbde0c8849901c56377aad37f.tar.gz packages-68cccac9e1ef0cfcbde0c8849901c56377aad37f.zip | |
Merge pull request #632 from PMunch/master
Added binaryparse package
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d4c1a21..9731e42 100644 --- a/packages.json +++ b/packages.json @@ -977,6 +977,18 @@ "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", "method": "git", |
