Files
guru/dev-libs/open62541/metadata.xml
Kurt Kanzenbach e37b712f68 dev-libs/open62541: Bump version to v1.1-rc1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
2020-06-05 19:34:22 +02:00

46 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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="encryption">
Enable encryption support
</flag>
<flag name="etf">
Enable pub/sub using Earliest TxTime First Qdisc
</flag>
<flag name="mbedtls">
Use mbedtls for encryption
</flag>
<flag name="pubsub">
Enable OPC/UA Pub/Sub extensions
</flag>
<flag name="openssl">
Use openssl for encryption
</flag>
<flag name="tools">
Build additional shell tools
</flag>
<flag name="xdp">
Enable pub/sub with eXpress Data Path (XDP)
</flag>
</use>
<upstream>
<remote-id type="github">open62541/open62541</remote-id>
</upstream>
</pkgmetadata>