mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:23:57 +08:00
5bc27e8a50
* New port version, format manifest * Revise portfile * Add mingw support * Add libiconv dependency to pc file * x-add-version * Apply PR comment * x-add-version
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"name": "freexl",
|
|
"version-string": "1.0.4",
|
|
"port-version": 12,
|
|
"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",
|
|
"dependencies": [
|
|
"libiconv"
|
|
]
|
|
}
|