vcpkg/ports/xlnt/vcpkg.json

19 lines
419 B
JSON
Raw Normal View History

{
"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
}
]
}