aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-12-18 23:24:14 +0000
committerGitHub <noreply@github.com>2017-12-18 23:24:14 +0000
commitf9015a5d2abebfd7b3031f4b351879f790f3e944 (patch)
tree957f88fac3552fa9e98653a99404bb86e92d1b95
parent68cccac9e1ef0cfcbde0c8849901c56377aad37f (diff)
parent815a64213862c51f714425f0a8d60c79db234a08 (diff)
downloadpackages-f9015a5d2abebfd7b3031f4b351879f790f3e944.tar.gz
packages-f9015a5d2abebfd7b3031f4b351879f790f3e944.zip
Merge pull request #633 from Skrylar/patch-1
Add sksbox to nimble
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9731e42..d1462b9 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"
}
]