aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-15 12:25:54 +0000
committerGitHub <noreply@github.com>2018-03-15 12:25:54 +0000
commit2e3d004724251298f372c39ed2be6d78856af600 (patch)
treebda2172f7d3ea2a8dae877e73aafca81430bc13e
parent9f6d96fbb31eccf4026ef0f6d352d75c10700b3d (diff)
parenta955f0d4ec0c8615d1d193de4e66d923427a5c52 (diff)
downloadpackages-2e3d004724251298f372c39ed2be6d78856af600.tar.gz
packages-2e3d004724251298f372c39ed2be6d78856af600.zip
Merge pull request #681 from nitely/add-regex0050
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"
}
]