vcpkg/ports/vili/vcpkg.json

23 lines
425 B
JSON
Raw Normal View History

2022-11-29 08:11:11 +08:00
{
"name": "vili",
"version": "1.0.0+20221123",
"port-version": 1,
2022-11-29 08:11:11 +08:00
"maintainers": "Sygmei",
"description": "A nice and readable data format !",
"homepage": "https://github.com/ViliOrg/Vili",
"license": "MIT",
"dependencies": [
"fmt",
"nlohmann-fifo-map",
"pegtl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}