mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
223d33be7d
* fix typo * v db --------- Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
23 lines
425 B
JSON
23 lines
425 B
JSON
{
|
|
"name": "vili",
|
|
"version": "1.0.0+20221123",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|