vcpkg/ports/oatpp-mbedtls/vcpkg.json
2024-09-08 12:04:08 -07:00

21 lines
445 B
JSON

{
"name": "oatpp-mbedtls",
"version": "1.3.0",
"port-version": 1,
"description": "Oat++ Mbed TLS submodule providing secure server and client connection providers.",
"homepage": "https://oatpp.io/docs/modules/oatpp-mbedtls/",
"license": "Apache-2.0",
"dependencies": [
"mbedtls",
"oatpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}