Install this package:
emerge -a dev-libs/caf
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-libs/caf
Or alternatively:
emerge --autounmask-write -a dev-libs/caf
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 8 | ~amd64 ~x86 | 0/$(ver_cut 1-3) |
<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>
Manage flags for this package:
euse -i <flag> -p dev-libs/caf |
euse -E <flag> -p dev-libs/caf |
euse -D <flag> -p dev-libs/caf
| Flag | Description | 1.1.0 |
|---|---|---|
| debug | Raises log-level to DEBUG and enables extra runtime assertions | ✓ |
| doc | Compiles and installs the Doxygen API reference and Sphinx manual | ✓ |
| examples | Compiles and installs the provided example binaries and sources | ✓ |
| openssl | Build the legacy libcaf_openssl TLS module for the libcaf_io networking backend (OpenSSL is always required for libcaf_net regardless) | ⊕ |
| static-libs | Build static libraries | ✓ |
| test | Builds the provided unit tests | ✓ |
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | caf-1.1.0.tar.gz | 3393531 bytes | 1.1.0 |
| Type | File | Size |
|---|