aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-01-18 14:01:39 -0500
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-01-18 14:01:39 -0500
commit01ce003c1333940f57ba4fc646204c940fbdc266 (patch)
treec5cdd120ae0ff86ad6351cb6b325dea9bed42662
parent41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52 (diff)
downloadpackages-01ce003c1333940f57ba4fc646204c940fbdc266.tar.gz
packages-01ce003c1333940f57ba4fc646204c940fbdc266.zip
Update packages.json
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fded9ed..0865d34 100644
--- a/packages.json
+++ b/packages.json
@@ -1128,6 +1128,15 @@
"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"
}
]