mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 00:23:10 +00:00
Added package htmlgenerator (#2175)
Co-authored-by: z-kk <z-kk@gmail.com>
This commit is contained in:
parent
657a15a2b9
commit
294648d56b
@ -7,7 +7,7 @@
|
||||
"preferences",
|
||||
"prefs"
|
||||
],
|
||||
"description": " A dynamic preferences-system with a table-like structure for Nim.",
|
||||
"description": " A dynamic preferences-system with a table-like structure for Nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/Patitotective/niprefs",
|
||||
"doc": "https://github.com/Patitotective/NiPrefs"
|
||||
@ -25458,20 +25458,20 @@
|
||||
"web": "https://github.com/Miqueas/Logit"
|
||||
},
|
||||
{
|
||||
"name": "remizstd",
|
||||
"url": "https://gitlab.com/RemiliaScarlet/remizstd/",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
"binding",
|
||||
"zstandard",
|
||||
"zstd",
|
||||
"compression"
|
||||
],
|
||||
"description": "Nim bindings for the ZStandard compression library. Context-based and stream-based APIs available. Based on the zstd.cr Crystal bindings.",
|
||||
"license": "GPL-3.0",
|
||||
"web": "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/home",
|
||||
"doc": "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/doc/trunk/www/remizstd.html"
|
||||
"name": "remizstd",
|
||||
"url": "https://gitlab.com/RemiliaScarlet/remizstd/",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
"binding",
|
||||
"zstandard",
|
||||
"zstd",
|
||||
"compression"
|
||||
],
|
||||
"description": "Nim bindings for the ZStandard compression library. Context-based and stream-based APIs available. Based on the zstd.cr Crystal bindings.",
|
||||
"license": "GPL-3.0",
|
||||
"web": "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/home",
|
||||
"doc": "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/doc/trunk/www/remizstd.html"
|
||||
},
|
||||
{
|
||||
"name": "sos",
|
||||
@ -25504,5 +25504,16 @@
|
||||
"description": "A high-level Nim Argon2 password hashing library",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/termermc/argon2-highlevel"
|
||||
},
|
||||
{
|
||||
"name": "htmlgenerator",
|
||||
"url": "https://github.com/z-kk/htmlgenerator",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"html"
|
||||
],
|
||||
"description": "Generate HTML string by nim object",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/z-kk/htmlgenerator"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user