mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
26 lines
570 B
JSON
26 lines
570 B
JSON
{
|
|
"name": "freeopcua",
|
|
"version": "20190125",
|
|
"port-version": 7,
|
|
"description": "OPC-UA server and client library written in C++ and with a lot of code auto-generated from xml specification using python.",
|
|
"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
|
|
}
|
|
]
|
|
}
|