mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
bded84c6a1
* fix missing include * update
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "xlnt",
|
|
"version": "1.5.0",
|
|
"port-version": 4,
|
|
"description": "Cross-platform user-friendly xlsx library for C++14",
|
|
"homepage": "https://github.com/tfussell/xlnt",
|
|
"license": "MIT OR BSD-3-Clause OR BSD-2-Clause OR LGPL-3.0-only OR BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|