pineapple/externals/vcpkg/ports/minio-cpp/vcpkg.json
2022-07-23 03:01:36 +02:00

19 lines
357 B
JSON
Executable file

{
"name": "minio-cpp",
"version-date": "2022-01-03",
"description": "MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage",
"supports": "!uwp",
"dependencies": [
"curlpp",
"openssl",
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}