diff options
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2534d7a..b25a0eb 100644 --- a/packages.json +++ b/packages.json @@ -8679,5 +8679,16 @@ "description": "libBigWig wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimbigwig" + }, + { + "name": "regex", + "url": "https://github.com/nitely/nim-regex", + "method": "git", + "tags": [ + "regex" + ], + "description": "Linear time regex matching", + "license": "MIT", + "web": "https://github.com/nitely/nim-regex" } ] |
