mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
5fb8f6c24e
* [kubazip] update to 0.2.4 * x-add-version
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"name": "kubazip",
|
|
"version": "0.2.4",
|
|
"description": "A portable, simple zip library written in C",
|
|
"homepage": "https://github.com/kuba--/zip",
|
|
"license": "Unlicense",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|