mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
e8bbe81315
* [mbedtls] Update to v2.28.1 Latest release of LTS version 2.28 * Update version
30 lines
601 B
JSON
30 lines
601 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.28.1",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|