From 01ce003c1333940f57ba4fc646204c940fbdc266 Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Sun, 18 Jan 2015 14:01:39 -0500 Subject: [PATCH] Update packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]