blob: b2cd24b19acfd2bc9b7d778ea09695913943a66c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "freeopcua",
"version-string": "20190125",
"port-version": 4,
"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"
]
}
|