summaryrefslogtreecommitdiff
path: root/dev-libs/open62541/metadata.xml
blob: 6bc6f7c61271ec75e419f1715198d3b125a9ced7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>kurt@kmk-computers.de</email>
    <name>Kurt Kanzenbach</name>
  </maintainer>
  <longdescription lang="en">
    open62541 (http://open62541.org) is an open source and free implementation
    of OPC UA (OPC Unified Architecture) written in the common subset of the C99
    and C++98 languages. 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. open62541 library is platform independent. All
    platform-specific functionality is implemented via exchangeable
    plugins. Plugin implementations are provided for the major operating
    systems.
  </longdescription>
  <use>
    <flag name="mbedtls">
      Enable encryption support using <pkg>net-libs/mbedtls</pkg>
    </flag>
    <flag name="openssl">
      Enable encryption support using <pkg>dev-libs/openssl</pkg>
    </flag>
    <flag name="pubsub">
      Enable OPC/UA Pub/Sub extensions
    </flag>
    <flag name="tools">
      Build additional shell tools
    </flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:open62541:open62541</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>