From ee90fbb825800b58c7ac798d75b8d1e53c669f6f Mon Sep 17 00:00:00 2001 From: Savant Date: Tue, 1 Apr 2025 03:28:12 -0400 Subject: [PATCH] Added package html (#3009) Co-authored-by: Miran --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index cf5f5be..dd75ec2 100644 --- a/packages.json +++ b/packages.json @@ -34872,6 +34872,21 @@ "license": "GPL-3.0-only", "web": "https://github.com/cycneuramus/nimpsort" }, + { + "name": "html", + "url": "https://github.com/thing-king/html", + "method": "git", + "tags": [ + "html", + "codegen", + "builder", + "web", + "official" + ], + "description": "Typed HTML5 element data and builder for structured HTML", + "license": "MIT", + "web": "https://github.com/thing-king/html" + }, { "name": "nim-sudo", "url": "https://github.com/vandot/nim-sudo",