aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2019-06-28 08:43:42 -0300
committerMiran <narimiran@disroot.org>2019-06-28 13:43:42 +0200
commitd3b1af93f3ef590dc174ea73ae4978301ca2ef84 (patch)
tree99609120a55c8a2b3e6fb6e3c4da7d4cd7b8c818
parent31c2773a86067c0cb74614bbaf0d9675ccf288dc (diff)
downloadpackages-d3b1af93f3ef590dc174ea73ae4978301ca2ef84.tar.gz
packages-d3b1af93f3ef590dc174ea73ae4978301ca2ef84.zip
Added package contra (#1106)
-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"
}
]