mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:40:11 +08:00
713261eec4
* 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>
27 lines
528 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|