mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:29:53 +08:00
18 lines
382 B
JSON
18 lines
382 B
JSON
|
{
|
||
|
"name": "szip",
|
||
|
"version": "2.1.1",
|
||
|
"port-version": 7,
|
||
|
"description": "Szip compression software, providing lossless compression of scientific data",
|
||
|
"homepage": "https://support.hdfgroup.org/ftp/lib-external/szip",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|