blob: 7e28393e7b7d1a21cf02da0f90ace00c93e8e6f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "xlnt",
"version": "1.6.1",
"description": "Cross-platform user-friendly xlsx (Microsoft Excel®) library for C++11 (and above)",
"homepage": "https://github.com/xlnt-community/xlnt",
"documentation": "https://xlnt-community.gitbook.io/xlnt",
"license": "MIT AND BSD-3-Clause AND BSD-2-Clause",
"dependencies": [
"fast-float",
"fmt",
"utfcpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|