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, enables runtime checks and address sanitizer</flag>
<flag name="doc">Compiles and installs the documentation as PDF and HTML</flag>
<flag name="examples">Compiles and installs the provided example binaries and sources</flag>
<flag name="openssl">Use dev-libs/openssl to provide support communication over TLS</flag>
<flag name="test">Builds the provided unit tests</flag>
<flag name="tools">Builds caf-run and caf-vec tools</flag>
</use>
<upstream>
<remote-id type="github">actor-framework/actor-framework</remote-id>
</upstream>
</pkgmetadata>