]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/open62541/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / open62541 / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "open62541",
3 "version": "1.1.2",
4 "port-version": 1,
5 "description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
6 "homepage": "https://open62541.org",
7 "supports": "!uwp",
8 "default-features": [
9 "openssl"
10 ],
11 "features": {
12 "amalgamation": {
13 "description": "Concatenate the library to a single file open62541.h/.c"
14 },
15 "mbedtls": {
16 "description": "Enable encryption support (uses MbedTLS)",
17 "dependencies": [
18 "mbedtls"
19 ]
20 },
21 "openssl": {
22 "description": "Enable encryption support (uses OpenSSL)",
23 "dependencies": [
24 "openssl"
25 ]
26 }
27 }
28}