mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
16ecf1ba14
* open62541: Enable uwp support * Update versions for open62541
28 lines
686 B
JSON
28 lines
686 B
JSON
{
|
|
"name": "open62541",
|
|
"version": "1.1.2",
|
|
"port-version": 2,
|
|
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
|
|
"homepage": "https://open62541.org",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|