added cattag to packages.json (#3114)

This commit is contained in:
Kathatrina 2025-08-29 13:58:41 +02:00 committed by GitHub
parent 3450ca6531
commit 001984531b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",