aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/open62541/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/open62541/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/open62541/vcpkg.json')
-rw-r--r--vcpkg/ports/open62541/vcpkg.json120
1 files changed, 120 insertions, 0 deletions
diff --git a/vcpkg/ports/open62541/vcpkg.json b/vcpkg/ports/open62541/vcpkg.json
new file mode 100644
index 0000000..1532fe9
--- /dev/null
+++ b/vcpkg/ports/open62541/vcpkg.json
@@ -0,0 +1,120 @@
+{
+ "name": "open62541",
+ "version": "1.4.14",
+ "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": "open62541",
+ "default-features": false,
+ "features": [
+ "methodcalls"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "methodcalls",
+ "subscriptions",
+ "subscriptions-events"
+ ],
+ "features": {
+ "diagnostics": {
+ "description": "Enable diagnostics information exposed by the server",
+ "dependencies": [
+ {
+ "name": "open62541",
+ "features": [
+ "subscriptions-events"
+ ]
+ }
+ ]
+ },
+ "discovery": {
+ "description": "Enable Discovery Service (LDS)",
+ "dependencies": [
+ {
+ "name": "open62541",
+ "features": [
+ "methodcalls"
+ ]
+ }
+ ]
+ },
+ "historizing": {
+ "description": "Enable basic support for historical access (client and server)",
+ "dependencies": [
+ {
+ "name": "open62541",
+ "features": [
+ "subscriptions-events"
+ ]
+ }
+ ]
+ },
+ "mbedtls": {
+ "description": "Enable encryption support (uses MbedTLS)",
+ "dependencies": [
+ "mbedtls",
+ {
+ "name": "open62541",
+ "default-features": false,
+ "features": [
+ "methodcalls"
+ ]
+ }
+ ]
+ },
+ "methodcalls": {
+ "description": "Enable the Method service set"
+ },
+ "multithreading": {
+ "description": "Enable multi threading support",
+ "dependencies": [
+ {
+ "name": "open62541",
+ "default-features": false,
+ "features": [
+ "methodcalls"
+ ]
+ }
+ ]
+ },
+ "openssl": {
+ "description": "Enable encryption support (uses OpenSSL)",
+ "dependencies": [
+ {
+ "name": "open62541",
+ "default-features": false,
+ "features": [
+ "methodcalls"
+ ]
+ },
+ "openssl"
+ ]
+ },
+ "subscriptions": {
+ "description": "Enable subscriptions support"
+ },
+ "subscriptions-events": {
+ "description": "Enable event monitoring",
+ "dependencies": [
+ {
+ "name": "open62541",
+ "features": [
+ "subscriptions"
+ ]
+ }
+ ]
+ }
+ }
+}