vcpkg/ports/vili/vcpkg.json
Alexander Neumann 223d33be7d
[vili] fix typo (#29849)
* fix typo

* v db

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-24 16:42:40 -08:00

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
}
]
}