aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2019-03-19 07:52:18 -0300
committerMiran <narimiran@disroot.org>2019-03-19 11:52:18 +0100
commit0b07710df8bb81972c34971cb4030c7aadb4cfb4 (patch)
treef5f3543270a7290e64c71b2cfda32fc3faf02325
parent1e26ae2fdd4b8964584466eadf5249fc49fc915a (diff)
downloadpackages-0b07710df8bb81972c34971cb4030c7aadb4cfb4.tar.gz
packages-0b07710df8bb81972c34971cb4030c7aadb4cfb4.zip
Added package html_tools (#1033)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 7825f81..6dc68da 100644
--- a/packages.json
+++ b/packages.json
@@ -12850,5 +12850,18 @@
"description": "Terminal dashboards.",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-dashing"
+ },
+ {
+ "name": "html_tools",
+ "url": "https://github.com/juancarlospaco/nim-html-tools",
+ "method": "git",
+ "tags": [
+ "html",
+ "validation",
+ "frontend"
+ ],
+ "description": "HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework",
+ "license": "MIT",
+ "web": "https://github.com/juancarlospaco/nim-html-tools"
}
]