mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-20 20:09:51 +00:00
Added package tinypool (#2129)
Co-authored-by: PhilippMDoerner <philipp3000doerner@web.de>
This commit is contained in:
parent
47babd0c75
commit
3eab329fcf
@ -1,19 +1,19 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "lrparser",
|
"name": "lrparser",
|
||||||
"url": "https://github.com/vanyle/lrparser/",
|
"url": "https://github.com/vanyle/lrparser/",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags":[
|
"tags": [
|
||||||
"parser",
|
"parser",
|
||||||
"slr",
|
"slr",
|
||||||
"grammar",
|
"grammar",
|
||||||
"lexer",
|
"lexer",
|
||||||
"tokenizer"
|
"tokenizer"
|
||||||
],
|
],
|
||||||
"description": "A SLR parser written in Nim with compile-time and run-time grammar generation.",
|
"description": "A SLR parser written in Nim with compile-time and run-time grammar generation.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"doc": "https://vanyle.github.io/lrparser/lrparser.html",
|
"doc": "https://vanyle.github.io/lrparser/lrparser.html",
|
||||||
"web": "https://github.com/vanyle/lrparser/"
|
"web": "https://github.com/vanyle/lrparser/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "py2nim",
|
"name": "py2nim",
|
||||||
@ -24916,5 +24916,18 @@
|
|||||||
],
|
],
|
||||||
"description": "Iterator package aimed at more ergonomic and efficient iterators.",
|
"description": "Iterator package aimed at more ergonomic and efficient iterators.",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tinypool",
|
||||||
|
"url": "https://github.com/PhilippMDoerner/TinyPool",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"database",
|
||||||
|
"sqlite3",
|
||||||
|
"connection-pool"
|
||||||
|
],
|
||||||
|
"description": "A minimalistic connection pooling package",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/PhilippMDoerner/TinyPool"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user