vcpkg/ports/oatpp-zlib/vcpkg.json
2023-09-13 15:30:41 -07:00

21 lines
443 B
JSON

{
"name": "oatpp-zlib",
"version": "1.3.0",
"port-version": 2,
"description": "Oat++ functionality for automatically compressing/decompressing content with deflate and gzip.",
"homepage": "https://github.com/oatpp/oatpp-zlib",
"license": "Apache-2.0",
"dependencies": [
"oatpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}