mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:49:05 +08:00
96bc28ea59
* [zlib-ng] create a new port * [zlib-ng] update baseline * [zlib-ng] remove zlib-compat * [zlib-ng] remove unused dependency
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"name": "zlib-ng",
|
|
"version": "2.0.3",
|
|
"description": "zlib replacement with optimizations for 'next generation' systems",
|
|
"homepage": "https://github.com/zlib-ng/zlib-ng",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|