vcpkg/ports/opendnp3/vcpkg.json

11 lines
253 B
JSON
Raw Normal View History

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