vcpkg/ports/xlsxio/vcpkg.json
Jack·Boos·Yu 3beaa7d849
[xlsxio] Export official targets (#25575)
* [xlsxio] Export unofficial targets

* version

* Add license

* version

* Use official changes instead

* version

* Apply suggestions

* version
2022-07-06 13:55:52 -07:00

26 lines
504 B
JSON

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