aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2015-01-18 17:21:25 -0500
committerVarriount <Varriount@users.noreply.github.com>2015-01-18 17:21:25 -0500
commitf78fffe94b332ac99831ec6ec406f59021c9650b (patch)
treed3ef8891f15fb3f8d4943041557f55cac057b8fc
parentd381c035ed344ec2671dfe1826ba0261c1a6cd52 (diff)
parent01ce003c1333940f57ba4fc646204c940fbdc266 (diff)
downloadpackages-f78fffe94b332ac99831ec6ec406f59021c9650b.tar.gz
packages-f78fffe94b332ac99831ec6ec406f59021c9650b.zip
Merge pull request #115 from flaviut/patch-1
Update packages.json
-rw-r--r--packages.json9
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"
}
]