mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:15:11 +08:00
17 lines
440 B
JSON
17 lines
440 B
JSON
{
|
|
"name": "libxlsxwriter",
|
|
"version": "1.1.8",
|
|
"port-version": 1,
|
|
"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",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
"minizip",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|