pineapple/externals/vcpkg/ports/minio-cpp/vcpkg.json

20 lines
357 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}