vcpkg/ports/libxlsxwriter/vcpkg.json
NancyLi1013 caf2e7460b
[libosmium/libxlsxwriter] Update to the latest version (#19935)
* [libosmium/libxlsxwriter] Update to the latest version

* Update version files

* Update versions/l-/libosmium.json

* Attempt to fix version database again.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-03 14:14:39 -07:00

14 lines
382 B
JSON

{
"name": "libxlsxwriter",
"version-semver": "1.1.3",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}