aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 00b7ab5..f993439 100644
--- a/packages.json
+++ b/packages.json
@@ -13633,5 +13633,19 @@
"description": "RC4 library implementation",
"license": "MIT",
"web": "https://github.com/OHermesJunior/nimRC4"
+ },
+ {
+ "name": "contra",
+ "url": "https://github.com/juancarlospaco/nim-contra",
+ "method": "git",
+ "tags": [
+ "contract",
+ "nimscript",
+ "javascript",
+ "compiletime"
+ ],
+ "description": "Lightweight Contract Programming, Design by Contract, on 9 LoC, NimScript, JavaScript, compile-time.",
+ "license": "MIT",
+ "web": "https://github.com/juancarlospaco/nim-contra"
}
]