From b2cb3440a94d6f7fc93306482106a55408923dde Mon Sep 17 00:00:00 2001 From: Misha Kotwica Date: Wed, 20 Sep 2017 20:25:06 +0200 Subject: [PATCH] addded package contracts (#584) * addded package contracts * fix: no spaces in tags --- packages.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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" } ]