mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-20 12:00:05 +00:00
Added package nregex (#1348)
This commit is contained in:
parent
81f66a05a6
commit
d89a6758f3
@ -5822,7 +5822,7 @@
|
|||||||
"description": "React.js 16.x bindings for Nim",
|
"description": "React.js 16.x bindings for Nim",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/kristianmandrup/react-16.nim"
|
"web": "https://github.com/kristianmandrup/react-16.nim"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "oauth",
|
"name": "oauth",
|
||||||
"url": "https://github.com/CORDEA/oauth",
|
"url": "https://github.com/CORDEA/oauth",
|
||||||
@ -16398,5 +16398,16 @@
|
|||||||
"description": "Minimalistic Kernel-Syslogd For Linux in Nim",
|
"description": "Minimalistic Kernel-Syslogd For Linux in Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/c-blake/kslog"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user