diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2019-03-19 07:52:18 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-19 11:52:18 +0100 |
| commit | 0b07710df8bb81972c34971cb4030c7aadb4cfb4 (patch) | |
| tree | f5f3543270a7290e64c71b2cfda32fc3faf02325 | |
| parent | 1e26ae2fdd4b8964584466eadf5249fc49fc915a (diff) | |
| download | packages-0b07710df8bb81972c34971cb4030c7aadb4cfb4.tar.gz packages-0b07710df8bb81972c34971cb4030c7aadb4cfb4.zip | |
Added package html_tools (#1033)
| -rw-r--r-- | packages.json | 13 |
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" } ] |
