From bb906b15ca4871267c9597ae546ca1bd280fd54e Mon Sep 17 00:00:00 2001 From: Skrylar Date: Sun, 17 Dec 2017 07:53:12 +0000 Subject: [PATCH 1/2] Add sksbox to nimble (manually, because nimble publish is >:|) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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" + }, ] From 815a64213862c51f714425f0a8d60c79db234a08 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 17 Dec 2017 10:41:33 +0000 Subject: [PATCH 2/2] Fix trailing comma --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1b10bf4..d1462b9 100644 --- a/packages.json +++ b/packages.json @@ -7856,5 +7856,5 @@ "description": "A native-nim implementaton of the sBOX generic container format.", "license": "MIT", "web": "https://github.com/Skrylar/sksbox" - }, + } ]