mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 10:59:05 +08:00
21 lines
445 B
JSON
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
|
|
}
|
|
]
|
|
}
|