vcpkg/ports/xlsxio/vcpkg.json

25 lines
474 B
JSON
Raw Normal View History

{
"name": "xlsxio",
"version": "0.2.34",
"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
}
]
}