Add temple package (#2952)

This commit is contained in:
penguinite 2024-11-24 20:22:51 +01:00 committed by GitHub
parent 7263ebf0c3
commit 3a162cbb47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34212,6 +34212,20 @@
"license": "MIT",
"web": "https://aspiring-aster.github.io/twim/"
},
{
"name": "temple",
"url": "https://github.com/penguinite/temple.git",
"method": "git",
"tags": [
"library",
"template",
"templating",
"web"
],
"description": "A templating library for run-time templating with support for simple conditionals and attributes.",
"license": "BSD-3-Clause",
"web": "https://github.com/penguinite/temple.git"
},
{
"name": "blend2d",
"url": "https://github.com/openpeeps/blend2d-nim",