Raw Metadata XML
<pkgmetadata>
<maintainer type="person">
<email>vklimovs@gmail.com</email>
<name>Vjaceslavs Klimovs</name>
</maintainer>
<longdescription lang="en">
C++ Actor Framework (CAF) is an open source C++11 actor model
implementation featuring lightweight and fast actor implementations,
pattern matching for messages, network transparent messaging, and more.
</longdescription>
<use>
<flag name="debug">Raises log-level to DEBUG and enables extra runtime assertions</flag>
<flag name="doc">Compiles and installs the Doxygen API reference and Sphinx manual</flag>
<flag name="examples">Compiles and installs the provided example binaries and sources</flag>
<flag name="openssl">Build the legacy libcaf_openssl TLS module for the libcaf_io networking backend (OpenSSL is always required for libcaf_net regardless)</flag>
<flag name="static-libs">Build static libraries</flag>
<flag name="test">Builds the provided unit tests</flag>
</use>
<upstream>
<remote-id type="github">actor-framework/actor-framework</remote-id>
</upstream>
</pkgmetadata>