mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:59:05 +08:00
29 lines
708 B
JSON
29 lines
708 B
JSON
|
{
|
||
|
"name": "open62541",
|
||
|
"version": "1.1.2",
|
||
|
"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",
|
||
|
"supports": "!uwp",
|
||
|
"default-features": [
|
||
|
"openssl"
|
||
|
],
|
||
|
"features": {
|
||
|
"amalgamation": {
|
||
|
"description": "Concatenate the library to a single file open62541.h/.c"
|
||
|
},
|
||
|
"mbedtls": {
|
||
|
"description": "Enable encryption support (uses MbedTLS)",
|
||
|
"dependencies": [
|
||
|
"mbedtls"
|
||
|
]
|
||
|
},
|
||
|
"openssl": {
|
||
|
"description": "Enable encryption support (uses OpenSSL)",
|
||
|
"dependencies": [
|
||
|
"openssl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|