mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"name": "open62541pp",
|
|
"version": "0.14.0",
|
|
"description": "C++ wrapper of the open62541 OPC UA library",
|
|
"homepage": "https://open62541pp.github.io/open62541pp/",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
"open62541",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|