mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
38acea0c4c
* [freexl] Update to 2.0.0 * Skip tests, examples * [minizip] Build DLL * [libspatialite] Update to 5.1.0 * Fix utf8 source * [spatialite-tools] Update to 5.1.0a * [libkml] Update minizip prefix * [libkml] Fix all minizip names
13 lines
359 B
JSON
13 lines
359 B
JSON
{
|
|
"name": "freexl",
|
|
"version": "2.0.0",
|
|
"description": "FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet",
|
|
"homepage": "https://www.gaia-gis.it/gaia-sins/freexl-sources",
|
|
"license": "MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
"expat",
|
|
"libiconv",
|
|
"minizip"
|
|
]
|
|
}
|