aboutsummaryrefslogtreecommitdiff
path: root/ports/opendnp3/vcpkg.json
blob: d853f8c866f3144efde4a09ec545310116faea7c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "opendnp3",
  "version-string": "3.1.0",
  "description": "DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java.",
  "homepage": "https://github.com/dnp3/opendnp3/",
  "dependencies": [
    "asio",
    "openssl"
  ]
}