Add autotemplate and deriveables (#2346)

This commit is contained in:
Peter Munch-Ellingsen 2022-09-02 18:10:46 +02:00 committed by GitHub
parent d7da9473c0
commit 9c6d654b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1996,6 +1996,30 @@
"license": "MIT",
"web": "https://github.com/PMunch/ikeahomesmart"
},
{
"name": "autotemplate",
"url": "https://github.com/PMunch/autotemplate",
"method": "git",
"tags": [
"library",
"templates"
],
"description": "Small library to automatically generate type-bound templates from files",
"license": "MIT",
"web": "https://github.com/PMunch/autotemplate"
},
{
"name": "deriveables",
"url": "https://github.com/PMunch/deriveables",
"method": "git",
"tags": [
"library",
"types"
],
"description": "Small library to generate procedures with a type derivation system",
"license": "MIT",
"web": "https://github.com/PMunch/deriveables"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",