2021-04-01 02:58:31 +08:00
|
|
|
{
|
|
|
|
"name": "open62541",
|
2023-10-24 02:09:15 +08:00
|
|
|
"version": "1.3.8",
|
2023-12-01 18:06:17 +08:00
|
|
|
"port-version": 1,
|
2021-04-01 02:58:31 +08:00
|
|
|
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
|
|
|
|
"homepage": "https://open62541.org",
|
2022-02-19 06:38:35 +08:00
|
|
|
"license": "MPL-2.0",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
2021-09-29 23:38:23 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-04-01 02:58:31 +08:00
|
|
|
"default-features": [
|
|
|
|
"openssl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"amalgamation": {
|
|
|
|
"description": "Concatenate the library to a single file open62541.h/.c"
|
|
|
|
},
|
2022-02-19 06:38:35 +08:00
|
|
|
"historizing": {
|
|
|
|
"description": "Enable basic support for historical access (client and server)"
|
|
|
|
},
|
2021-04-01 02:58:31 +08:00
|
|
|
"mbedtls": {
|
|
|
|
"description": "Enable encryption support (uses MbedTLS)",
|
|
|
|
"dependencies": [
|
|
|
|
"mbedtls"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl": {
|
|
|
|
"description": "Enable encryption support (uses OpenSSL)",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|