Added package contra (#1106)

This commit is contained in:
Juan Carlos 2019-06-28 08:43:42 -03:00 committed by Miran
parent 31c2773a86
commit d3b1af93f3

View File

@ -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"
}
]