diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2018-10-31 21:19:04 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2018-10-31 21:19:04 +0000 |
| commit | 416b3933fba1877105263ef2da5db44051c136de (patch) | |
| tree | fac3144f0ba55cb2e0c88d4f8a2c311dfea86dbd | |
| parent | 17d35624b83ddd620402b264bcec10ea9f53f860 (diff) | |
| download | packages-416b3933fba1877105263ef2da5db44051c136de.tar.gz packages-416b3933fba1877105263ef2da5db44051c136de.zip | |
Merges #904 manually.
| -rw-r--r-- | packages.json | 14 |
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/" } ] |
