aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcoap/vcpkg.json
blob: 0780183b92142402334ac2865eef1984ad9b0485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "libcoap",
  "version": "4.3.5",
  "description": "libcoap — A C implementation of the Constrained Application Protocol (RFC 7252)",
  "homepage": "https://libcoap.net/",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "dtls"
  ],
  "features": {
    "dtls": {
      "description": "compile with dtls support",
      "dependencies": [
        "openssl"
      ]
    },
    "examples": {
      "description": "Build examples"
    }
  }
}