mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
64d69a75df
* [szip] Fix build on android * update version database * fix ci baseline * fix ci.baseline.txt
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"name": "szip",
|
|
"version": "2.1.1",
|
|
"port-version": 12,
|
|
"description": "Szip compression software, providing lossless compression of scientific data",
|
|
"homepage": "https://support.hdfgroup.org/ftp/lib-external/szip",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|