From d3b1af93f3ef590dc174ea73ae4978301ca2ef84 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 28 Jun 2019 08:43:42 -0300 Subject: Added package contra (#1106) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ] -- cgit v1.2.3