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" } ]