mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
af6b93abd4
* [open62541] don't force static crt * run x-add-version --------- Co-authored-by: Julian Zimmermann <julian.zimmermann2@weidmueller.com>
43 lines
1000 B
JSON
43 lines
1000 B
JSON
{
|
|
"name": "open62541",
|
|
"version": "1.3.8",
|
|
"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": [
|
|
"openssl"
|
|
],
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Concatenate the library to a single file open62541.h/.c"
|
|
},
|
|
"historizing": {
|
|
"description": "Enable basic support for historical access (client and server)"
|
|
},
|
|
"mbedtls": {
|
|
"description": "Enable encryption support (uses MbedTLS)",
|
|
"dependencies": [
|
|
"mbedtls"
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "Enable encryption support (uses OpenSSL)",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|