pineapple/externals/vcpkg/ports/xlsxio/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
334 B
JSON
Executable file

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