mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
324c2436f0
* update port. * update versions file.
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"name": "kubazip",
|
|
"version": "0.2.6",
|
|
"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
|
|
}
|
|
]
|
|
}
|