aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-11-19 21:53:16 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-11-19 21:53:16 +0000
commitf7c0ab2cfca7659a34595d2a588a70bd79705e48 (patch)
treeedc5a29d0dfd88adbadae329a6860725a3538212
parent0026df6cc209599aeddb86f58e693f06f5d8c58a (diff)
parentd7c3df12b028951c3a38f5990d71165c42af9c92 (diff)
downloadpackages-f7c0ab2cfca7659a34595d2a588a70bd79705e48.tar.gz
packages-f7c0ab2cfca7659a34595d2a588a70bd79705e48.zip
Merge pull request #271 from c0ffeeartc/add_sections_package
added sections package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 16009a8..22ae54d 100644
--- a/packages.json
+++ b/packages.json
@@ -3497,5 +3497,17 @@
"description": "An implementation of cat in Nim",
"license": "MIT",
"web": "https://github.com/shakna-israel/nimcat"
+ },
+ {
+ "name": "sections",
+ "url": "https://github.com/c0ffeeartc/nim-sections",
+ "method": "git",
+ "tags": [
+ "BDD",
+ "test"
+ ],
+ "description": "`Section` macro with BDD aliases for testing",
+ "license": "MIT",
+ "web": "https://github.com/c0ffeeartc/nim-sections"
}
]