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