Added package kdl (#2365)

This commit is contained in:
Patitotective 2022-09-24 20:50:07 -05:00 committed by GitHub
parent a69f9d3937
commit f86a48ceb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27563,5 +27563,19 @@
"description": "Pure Nim, no external dependencies, image mime type and dimension reader for images",
"license": "LGPL-3.0",
"web": "https://github.com/accodeing/dimage"
},
{
"name": "kdl",
"url": "https://github.com/Patitotective/kdl-nim",
"method": "git",
"tags": [
"kdl",
"parser",
"config",
"serialization"
],
"description": "KDL document language Nim implementation",
"license": "MIT",
"web": "https://github.com/Patitotective/kdl-nim"
}
]