aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opendnp3/vcpkg.json
blob: 98d7f33705729acdf2794d942a1800cee05643d3 (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
{
  "name": "opendnp3",
  "version": "3.1.1",
  "port-version": 1,
  "description": "DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java.",
  "homepage": "https://github.com/dnp3/opendnp3/",
  "supports": "!uwp",
  "dependencies": [
    "asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tls": {
      "description": "Build TLS client/server support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}