aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornitely <ecastroborsani@gmail.com>2018-03-14 21:50:31 -0300
committernitely <ecastroborsani@gmail.com>2018-03-14 21:50:31 -0300
commita955f0d4ec0c8615d1d193de4e66d923427a5c52 (patch)
treebda2172f7d3ea2a8dae877e73aafca81430bc13e
parent9f6d96fbb31eccf4026ef0f6d352d75c10700b3d (diff)
downloadpackages-a955f0d4ec0c8615d1d193de4e66d923427a5c52.tar.gz
packages-a955f0d4ec0c8615d1d193de4e66d923427a5c52.zip
Added package regex
-rw-r--r--packages.json11
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"
}
]