aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]