vcpkg/ports/xlsxio/vcpkg.json

26 lines
504 B
JSON
Raw Normal View History

{
"name": "xlsxio",
"version-date": "2021-03-24",
"port-version": 1,
"description": "Cross-platform C library for reading values from and writing values to .xlsx files",
"homepage": "https://github.com/brechtsanders/xlsxio",
"license": "MIT",
"dependencies": [
"expat",
{
"name": "minizip",
"features": [
"bzip2"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}