mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:41:48 +08:00
9c58903f65
Co-authored-by: Robin Oger <roger@qcify.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "open62541",
|
|
"version": "1.3.14",
|
|
"port-version": 1,
|
|
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
|
|
"homepage": "https://open62541.org",
|
|
"license": "MPL-2.0",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"methodcalls",
|
|
"subscriptions",
|
|
"subscriptions-events"
|
|
],
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Concatenate the library to a single file open62541.h/.c"
|
|
},
|
|
"diagnostics": {
|
|
"description": "Enable diagnostics information exposed by the server"
|
|
},
|
|
"discovery": {
|
|
"description": "Enable Discovery Service (LDS)"
|
|
},
|
|
"historizing": {
|
|
"description": "Enable basic support for historical access (client and server)"
|
|
},
|
|
"mbedtls": {
|
|
"description": "Enable encryption support (uses MbedTLS)",
|
|
"dependencies": [
|
|
"mbedtls"
|
|
]
|
|
},
|
|
"methodcalls": {
|
|
"description": "Enable the Method service set"
|
|
},
|
|
"openssl": {
|
|
"description": "Enable encryption support (uses OpenSSL)",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"subscriptions": {
|
|
"description": "Enable subscriptions support"
|
|
},
|
|
"subscriptions-events": {
|
|
"description": "Enable event monitoring"
|
|
}
|
|
}
|
|
}
|