aboutsummaryrefslogtreecommitdiff
path: root/ports/mbedtls/vcpkg.json
blob: ec036a05f620943dc09747cb3be4edf75086a51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
        }
      ]
    }
  }
}