aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkrylar <joshua.cearley@gmail.com>2017-12-17 07:53:12 +0000
committerGitHub <noreply@github.com>2017-12-17 07:53:12 +0000
commitbb906b15ca4871267c9597ae546ca1bd280fd54e (patch)
treec9360670b63de0a5e7933319057a23c4a1886261
parent68cccac9e1ef0cfcbde0c8849901c56377aad37f (diff)
downloadpackages-bb906b15ca4871267c9597ae546ca1bd280fd54e.tar.gz
packages-bb906b15ca4871267c9597ae546ca1bd280fd54e.zip
Add sksbox to nimble (manually, because nimble publish is >:|)
-rw-r--r--packages.json17
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"
+ },
]