vcpkg/ports/zlib-ng/vcpkg.json
2023-11-09 11:27:39 -08:00

15 lines
311 B
JSON

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