30 lines
601 B
JSON
Executable File
30 lines
601 B
JSON
Executable File
{
|
|
"name": "mbedtls",
|
|
"version": "2.28.0",
|
|
"description": "An open source, portable, easy to use, readable and flexible SSL library",
|
|
"homepage": "https://github.com/ARMmbed/mbedtls",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"pthreads": {
|
|
"description": "Multi-threading support",
|
|
"dependencies": [
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|