vcpkg/ports/freeopcua/vcpkg.json
2024-11-19 22:42:29 +00:00

27 lines
596 B
JSON

{
"name": "freeopcua",
"version": "20190125",
"port-version": 8,
"description": "OPC-UA server and client library written in C++ and with a lot of code auto-generated from xml specification using python.",
"supports": "!android",
"dependencies": [
"boost-asio",
"boost-date-time",
"boost-filesystem",
"boost-foreach",
"boost-format",
"boost-program-options",
"boost-property-tree",
"boost-system",
"boost-thread",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}