2020-10-31 03:47:16 +08:00
|
|
|
{
|
|
|
|
"name": "opendnp3",
|
2021-11-23 12:34:30 +08:00
|
|
|
"version": "3.1.1",
|
2022-02-04 03:00:38 +08:00
|
|
|
"port-version": 1,
|
2020-10-31 03:47:16 +08:00
|
|
|
"description": "DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java.",
|
|
|
|
"homepage": "https://github.com/dnp3/opendnp3/",
|
2021-11-23 12:34:30 +08:00
|
|
|
"supports": "!uwp",
|
2020-10-31 03:47:16 +08:00
|
|
|
"dependencies": [
|
|
|
|
"asio",
|
2021-11-23 12:34:30 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tls": {
|
|
|
|
"description": "Build TLS client/server support",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2020-10-31 03:47:16 +08:00
|
|
|
}
|