From d89a6758f35ee7d01b509e3b8e2d94cbf51a7465 Mon Sep 17 00:00:00 2001 From: Esteban Castro Borsani Date: Sat, 1 Feb 2020 04:12:41 -0300 Subject: [PATCH] Added package nregex (#1348) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index fcb8d8f..378002c 100644 --- a/packages.json +++ b/packages.json @@ -5822,7 +5822,7 @@ "description": "React.js 16.x bindings for Nim", "license": "Apache License 2.0", "web": "https://github.com/kristianmandrup/react-16.nim" - }, + }, { "name": "oauth", "url": "https://github.com/CORDEA/oauth", @@ -16398,5 +16398,16 @@ "description": "Minimalistic Kernel-Syslogd For Linux in Nim", "license": "MIT", "web": "https://github.com/c-blake/kslog" + }, + { + "name": "nregex", + "url": "https://github.com/nitely/nregex", + "method": "git", + "tags": [ + "regex" + ], + "description": "A DFA based regex engine", + "license": "MIT", + "web": "https://github.com/nitely/nregex" } ]