diff options
| author | Misha Kotwica <udiknedormin@gmail.com> | 2017-09-20 20:25:06 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-20 19:25:06 +0100 |
| commit | b2cb3440a94d6f7fc93306482106a55408923dde (patch) | |
| tree | 3bed4705fd9e48e135fce38a2a1002db4a75350e | |
| parent | 68c2d0b41bacaac1de96ee67f679905f55ea0e4e (diff) | |
| download | packages-b2cb3440a94d6f7fc93306482106a55408923dde.tar.gz packages-b2cb3440a94d6f7fc93306482106a55408923dde.zip | |
addded package contracts (#584)
* addded package contracts
* fix: no spaces in tags
| -rw-r--r-- | packages.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f4755c2..dfa5a96 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
