aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ },
]