Add package config (#2053)

This commit is contained in:
Vinay Sajip 2021-11-04 05:55:05 +00:00 committed by GitHub
parent d320e46ea5
commit f6e6c5e447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24135,5 +24135,19 @@
"description": "Easily use Animate.css classes",
"license": "MIT",
"web": "https://github.com/thisago/animatecss"
},
{
"name": "config",
"url": "https://github.com/vsajip/nim-cfg-lib",
"method": "git",
"tags": [
"configuration",
"config",
"library",
"CFG"
],
"description": "A library for working with the CFG configuration format",
"license": "BSD-3-Clause",
"web": "https://docs.red-dove.com/cfg/index.html"
}
]