mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
5a7c56f934
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "zopfli",
|
|
"version": "1.0.3",
|
|
"port-version": 2,
|
|
"description": "Zopfli Compression Algorithm compression library programmed in C",
|
|
"homepage": "https://github.com/google/zopfli",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|