vcpkg/ports/open62541/vcpkg.json
Stéén 9c58903f65
[open62541] Do not enable LTO by default. (#41947)
Co-authored-by: Robin Oger <roger@qcify.com>
2024-11-05 00:55:52 -08:00

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"
}
}
}