mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:59:07 +08:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "vili",
|
|
"version": "1.0.0+20221123",
|
|
"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
|
|
}
|
|
]
|
|
}
|