zeek/auxil/vcpkg/ports/xlnt/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
459 B
JSON

{
"name": "xlnt",
"version": "1.6.0",
"description": "Cross-platform user-friendly xlsx library for C++11 (and above)",
"homepage": "https://github.com/xlnt-community/xlnt",
"license": "MIT OR BSD-3-Clause OR BSD-2-Clause OR LGPL-3.0-only OR BSL-1.0",
"dependencies": [
"fast-float",
"fmt",
"utfcpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}