opc source code
This commit is contained in:
48
third_party/open62541/tools/packaging/debian/control-template
vendored
Normal file
48
third_party/open62541/tools/packaging/debian/control-template
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
Source: open62541
|
||||
Priority: optional
|
||||
Maintainer: open62541 Team <open62541-core@googlegroups.com>
|
||||
Build-Depends: debhelper (>= 9), cmake (>= 3.13), python3 (>= 3.7), libmbedtls-dev (>= 2.16.0)
|
||||
Standards-Version: 4.4.1
|
||||
Section: libs
|
||||
Homepage: https://open62541.org/
|
||||
Vcs-Git: https://github.com/open62541/open62541.git
|
||||
Vcs-Browser: https://github.com/open62541/open62541
|
||||
|
||||
Package: libopen62541-<soname>
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libmbedtls12 | libmbedtls14
|
||||
Description: open62541 (<http://open62541.org>) is an open source implementation
|
||||
of OPC UA (OPC Unified Architecture / IEC 62541) written in the C language. The
|
||||
library is usable with all major compilers and provides the necessary tools to
|
||||
implement dedicated OPC UA clients and servers, or to integrate OPC UA-based
|
||||
communication into existing applications.
|
||||
.
|
||||
This package provides the open62541 shared library
|
||||
|
||||
Package: libopen62541-<soname>-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libopen62541-<soname> (= ${binary:Version}), ${misc:Depends}, libmbedtls-dev
|
||||
Description: open62541 (<http://open62541.org>) is an open source implementation
|
||||
of OPC UA (OPC Unified Architecture / IEC 62541) written in the C language. The
|
||||
library is usable with all major compilers and provides the necessary tools to
|
||||
implement dedicated OPC UA clients and servers, or to integrate OPC UA-based
|
||||
communication into existing applications.
|
||||
.
|
||||
This package provides the open62541 header and development files
|
||||
|
||||
Package: libopen62541-<soname>-tools
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends}, python3
|
||||
Recommends: libopen62541-<soname>-dev
|
||||
Description: open62541 (<http://open62541.org>) is an open source implementation
|
||||
of OPC UA (OPC Unified Architecture / IEC 62541) written in the C language. The
|
||||
library is usable with all major compilers and provides the necessary tools to
|
||||
implement dedicated OPC UA clients and servers, or to integrate OPC UA-based
|
||||
communication into existing applications.
|
||||
.
|
||||
This package provides some open62541 tools, e.g. the nodeset compiler
|
||||
Reference in New Issue
Block a user