From 294648d56bc4ec98e50325a6f447d6f9224440b5 Mon Sep 17 00:00:00 2001 From: z-kk Date: Tue, 15 Mar 2022 22:42:51 +0900 Subject: [PATCH] Added package htmlgenerator (#2175) Co-authored-by: z-kk --- packages.json | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/packages.json b/packages.json index 01296d6..24b25ed 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]