Update packages.json

This commit is contained in:
Flaviu Tamas 2015-01-18 14:01:39 -05:00
parent 41e1e63b0b
commit 01ce003c13

View File

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