Merge pull request #681 from nitely/add-regex0050

Added package regex
This commit is contained in:
Dominik Picheta 2018-03-15 12:25:54 +00:00 committed by GitHub
commit 2e3d004724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]