17 lines
448 B
JSON
Executable file
17 lines
448 B
JSON
Executable file
{
|
|
"name": "freeopcua",
|
|
"version-string": "20190125",
|
|
"port-version": 5,
|
|
"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"
|
|
]
|
|
}
|