vcpkg/ports/zlib-ng/vcpkg.json

14 lines
290 B
JSON
Raw Normal View History

{
"name": "zlib-ng",
"version": "2.1.5",
"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
}
]
}