vcpkg/ports/opendnp3/vcpkg.json
chausner 713261eec4
[opendnp3] Update to 3.1.1 (#21559)
* Update opendnp3 to 3.1.1

* Update opendnp3 to 3.1.1

* Update CI baseline

* Replace vcpkg_fail_port_install with supports

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-22 20:34:30 -08:00

27 lines
528 B
JSON

{
"name": "opendnp3",
"version": "3.1.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"
]
}
}
}