Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
473 B
JSON

{
"name": "libxlsxwriter",
"version": "1.2.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",
"documentation": "https://libxlsxwriter.github.io",
"license": "BSD-2-Clause",
"dependencies": [
"minizip",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}