vcpkg/ports/libxlsxwriter/vcpkg.json

17 lines
430 B
JSON
Raw Normal View History

{
"name": "libxlsxwriter",
2023-02-03 11:57:15 +08:00
"version": "1.1.5",
2023-06-17 11:52:08 +08:00
"port-version": 2,
"description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
"homepage": "https://github.com/jmcnamara/libxlsxwriter",
2023-02-03 11:57:15 +08:00
"license": null,
"dependencies": [
"minizip",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}