vcpkg/ports/zlib-ng/vcpkg.json
2024-11-27 13:35:44 -08:00

18 lines
358 B
JSON

{
"name": "zlib-ng",
"version": "2.2.2",
"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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}