diff options
| author | Skrylar <joshua.cearley@gmail.com> | 2017-12-17 07:53:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-17 07:53:12 +0000 |
| commit | bb906b15ca4871267c9597ae546ca1bd280fd54e (patch) | |
| tree | c9360670b63de0a5e7933319057a23c4a1886261 | |
| parent | 68cccac9e1ef0cfcbde0c8849901c56377aad37f (diff) | |
| download | packages-bb906b15ca4871267c9597ae546ca1bd280fd54e.tar.gz packages-bb906b15ca4871267c9597ae546ca1bd280fd54e.zip | |
Add sksbox to nimble (manually, because nimble publish is >:|)
| -rw-r--r-- | packages.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 9731e42..1b10bf4 100644 --- a/packages.json +++ b/packages.json @@ -7841,5 +7841,20 @@ "description": "C2nim helper to simplify and automate wrapping C libraries", "license": "MIT", "web": "https://github.com/genotrance/nimgen" - } + }, + { + "name": "sksbox", + "url": "https://github.com/Skrylar/sksbox", + "method": "git", + "tags": [ + "sbox", + "binary", + "binaryformat", + "nothings", + "container" + ], + "description": "A native-nim implementaton of the sBOX generic container format.", + "license": "MIT", + "web": "https://github.com/Skrylar/sksbox" + }, ] |
