mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
3beaa7d849
* [xlsxio] Export unofficial targets * version * Add license * version * Use official changes instead * version * Apply suggestions * version
26 lines
504 B
JSON
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
|
|
}
|
|
]
|
|
}
|