mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
31b799f92c
* [mbedtls] update to 2.28.7 * [mbedtls] update to 2.28.7
30 lines
601 B
JSON
30 lines
601 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.28.7",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|