addded package contracts (#584)

* addded package contracts

* fix: no spaces in tags
This commit is contained in:
Misha Kotwica 2017-09-20 20:25:06 +02:00 committed by Dominik Picheta
parent 68c2d0b41b
commit b2cb3440a9

View File

@ -7200,5 +7200,28 @@
"description": "csvql.",
"license": "MIT",
"web": "https://github.com/Bennyelg/csvql"
},
{
"name": "contracts",
"url": "https://github.com/Udiknedormin/NimContracts",
"method": "git",
"tags": [
"library",
"pure",
"contract",
"contracts",
"DbC",
"utility",
"automation",
"documentation",
"safety",
"test",
"tests",
"testing",
"unittest"
],
"description": "Design by Contract (DbC) library with minimal runtime.",
"license": "MIT",
"web": "https://github.com/Udiknedormin/NimContracts"
}
]