yuzu/externals/vcpkg/ports/opendnp3/vcpkg.json

28 lines
549 B
JSON
Executable File

{
"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"
]
}
}
}