From 001984531bfb5652eff1b812b8c4b8db7b1b1119 Mon Sep 17 00:00:00 2001 From: Kathatrina Date: Fri, 29 Aug 2025 13:58:41 +0200 Subject: [PATCH] added cattag to packages.json (#3114) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index d94f1f0..8f7825b 100644 --- a/packages.json +++ b/packages.json @@ -31947,6 +31947,23 @@ "web": "https://github.com/nirokay/websitegenerator", "doc": "https://nirokay.github.io/nim-docs/websitegenerator/websitegenerator.html" }, + { + "name": "cattag", + "url": "https://github.com/nirokay/CatTag", + "method": "git", + "tags": [ + "html", + "css", + "website", + "web-development", + "generator", + "library" + ], + "description": "A static HTML/XML and CSS generator from Nim code.", + "license": "GPL-3.0-only", + "web": "https://github.com/nirokay/CatTag", + "doc": "https://nirokay.github.io/nim-docs/cattag/cattag.html" + }, { "name": "reed_solomon", "url": "https://github.com/lscrd/Reed-Solomon",