aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2018-10-31 21:19:04 +0000
committerDominik Picheta <dominikpicheta@gmail.com>2018-10-31 21:19:04 +0000
commit416b3933fba1877105263ef2da5db44051c136de (patch)
treefac3144f0ba55cb2e0c88d4f8a2c311dfea86dbd
parent17d35624b83ddd620402b264bcec10ea9f53f860 (diff)
downloadpackages-416b3933fba1877105263ef2da5db44051c136de.tar.gz
packages-416b3933fba1877105263ef2da5db44051c136de.zip
Merges #904 manually.
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0be1cd9..54a3aa2 100644
--- a/packages.json
+++ b/packages.json
@@ -11285,5 +11285,19 @@
"description": "An entity component system package",
"license": "MIT",
"web": "https://github.com/wolfadex/arksys"
+ },
+ {
+ "name": "coco",
+ "url": "https://github.com/samuelroy/coco",
+ "method": "git",
+ "tags": [
+ "code",
+ "coverage",
+ "test"
+ ],
+ "description": "Code coverage CLI + library for Nim using LCOV",
+ "license": "MIT",
+ "web": "https://github.com/samuelroy/coco",
+ "doc": "https://samuelroy.github.io/coco/"
}
]