diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-19 21:53:16 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-11-19 21:53:16 +0000 |
| commit | f7c0ab2cfca7659a34595d2a588a70bd79705e48 (patch) | |
| tree | edc5a29d0dfd88adbadae329a6860725a3538212 | |
| parent | 0026df6cc209599aeddb86f58e693f06f5d8c58a (diff) | |
| parent | d7c3df12b028951c3a38f5990d71165c42af9c92 (diff) | |
| download | packages-f7c0ab2cfca7659a34595d2a588a70bd79705e48.tar.gz packages-f7c0ab2cfca7659a34595d2a588a70bd79705e48.zip | |
Merge pull request #271 from c0ffeeartc/add_sections_package
added sections package
| -rw-r--r-- | packages.json | 12 |
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" } ] |
