vcpkg/ports/mbedtls/vcpkg.json
2024-09-08 12:04:08 -07:00

29 lines
614 B
JSON

{
"name": "mbedtls",
"version": "3.6.1",
"description": "An open source, portable, easy to use, readable and flexible SSL library",
"homepage": "https://www.trustedfirmware.org/projects/mbed-tls/",
"license": "Apache-2.0 OR GPL-2.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pthreads": {
"description": "Multi-threading support",
"dependencies": [
{
"name": "pthreads",
"platform": "windows"
}
]
}
}
}