vcpkg/ports/opendnp3/vcpkg.json
2020-10-30 12:47:16 -07:00

11 lines
253 B
JSON

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