21 lines
459 B
JSON
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
|
|
}
|
|
]
|
|
}
|