diff options
| author | Varriount <Varriount@users.noreply.github.com> | 2015-01-18 17:21:25 -0500 |
|---|---|---|
| committer | Varriount <Varriount@users.noreply.github.com> | 2015-01-18 17:21:25 -0500 |
| commit | f78fffe94b332ac99831ec6ec406f59021c9650b (patch) | |
| tree | d3ef8891f15fb3f8d4943041557f55cac057b8fc | |
| parent | d381c035ed344ec2671dfe1826ba0261c1a6cd52 (diff) | |
| parent | 01ce003c1333940f57ba4fc646204c940fbdc266 (diff) | |
| download | packages-f78fffe94b332ac99831ec6ec406f59021c9650b.tar.gz packages-f78fffe94b332ac99831ec6ec406f59021c9650b.zip | |
Merge pull request #115 from flaviut/patch-1
Update packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ee88cfa..5d3c315 100644 --- a/packages.json +++ b/packages.json @@ -1137,5 +1137,14 @@ "description": "Compiler package providing the compiler sources as a library.", "license": "MIT", "web": "https://github.com/Araq/Nim" + }, + { + "name": "nre", + "url": "https://github.com/flaviut/nre.git", + "method": "git", + "tags": ["library", "pcre", "regex"], + "description": "A better regular expression library", + "license": "MIT", + "web": "https://github.com/flaviut/nre" } ] |
