mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
20 lines
449 B
JSON
20 lines
449 B
JSON
|
{
|
||
|
"name": "mbedtls",
|
||
|
"version-string": "2.24.0",
|
||
|
"port-version": 3,
|
||
|
"description": "An open source, portable, easy to use, readable and flexible SSL library",
|
||
|
"homepage": "https://github.com/ARMmbed/mbedtls",
|
||
|
"supports": "!uwp",
|
||
|
"features": {
|
||
|
"pthreads": {
|
||
|
"description": "Multi-threading support",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "pthreads",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|