Skip to content

Commit 7272d92

Browse files
authored
Remove open62541 conan (#164)
* remove open62541 from conanfile.txt * update readme
1 parent 2c367d7 commit 7272d92

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ nodesetLoader is a library written in C99 for the purpose of loading OPC UA node
55
MPL2.0 https://github.com/matkonnerth/nodesetLoader/blob/master/LICENSE
66

77
# Current status
8-
Official release v0.2.0 is tagged. Please be aware that interface may change in future releases.
8+
Official release v0.4.0 is tagged. Please be aware that interface may change in future releases.
99

1010
Supported operating systems: Linux, Windows (rudimentary)
1111

1212
#### Backend open62541
13+
14+
Supported open62541 version: 1.2.x
1315
Support for loading values with datatypes from namespace 0 or custom namespaces
1416
Support parsing of extensions (via a callback interface)
1517

@@ -82,9 +84,3 @@ backends/open62541/examples/server <pathToNodeset>
8284
8385
Here's an example repo, consuming open62541 and NodesetLoader via cmake find_package:
8486
https://github.com/matkonnerth/nodesetLoader_usage
85-
86-
87-
### conan package
88-
89-
repo containing the conan recipe: https://github.com/matkonnerth/conan-nodesetloader
90-

conanfile.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ cmake_paths
44

55
[requires]
66
libxml2/2.9.9
7-
open62541/1.1.6
87
libcheck/0.15.2
98

109
[options]

0 commit comments

Comments
 (0)