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-2) |
<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>
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, enables runtime checks and address sanitizer | ✓ |
| doc | Compiles and installs the documentation as PDF and HTML | ✓ |
| examples | Compiles and installs the provided example binaries and sources | ✓ |
| openssl | Use dev-libs/openssl to provide support communication over TLS | ⊕ |
| static-libs | ⚠️ | ✓ |
| test | Builds the provided unit tests | ✓ |
| tools | Builds caf-run and caf-vec tools | ✓ |
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | caf-1.1.0.tar.gz | 3393531 bytes | 1.1.0 |
| Type | File | Size |
|---|---|---|
| AUX | caf-use-stable-version.patch | 1383 bytes |
| EBUILD | caf-1.1.0.ebuild | 2388 bytes |
| MISC | metadata.xml | 1206 bytes |