| Port details on branch 2023Q4 |
- tl-expected C++11/14/17 std::expected with functional-style extensions
- 1.3.1 devel
=2 1.1.0_1Version of this port present on the latest quarterly branch. - Maintainer: henry.hu.sh@gmail.com
 - Port Added: 2020-03-07 14:40:44
- Last Update: 2025-11-22 01:33:06
- Commit Hash: 7f0064b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: CC0-1.0
- WWW:
- https://github.com/TartanLlama/expected
- Description:
- Single header implementation of std::expected with functional-style extensions.
std::expected is proposed as the preferred way to represent object which will
either have an expected value, or an unexpected value giving information about
why something failed. Unfortunately, chaining together many computations which
may fail can be verbose, as error-checking code will be mixed in with the
actual programming logic. This implementation provides a number of utilities to
make coding with expected cleaner.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- tl-expected>0:devel/tl-expected
- To install the port:
- cd /usr/ports/devel/tl-expected/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tl-expected
- pkg install tl-expected
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tl-expected
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1763742757
SHA256 (TartanLlama-expected-v1.3.1_GH0.tar.gz) = 9a04f4f472fbb5c30bf60402f1ca626c4a76987f867978d0b8a35d7ab3fb8fe7
SIZE (TartanLlama-expected-v1.3.1_GH0.tar.gz) = 24480
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- devel/RStudio
- net-im/telegram-desktop
- sysutils/bareos-client
- sysutils/bareos-server
- sysutils/bareos-traymonitor
Configuration Options:
- ===> The following configuration options are available for tl-expected-1.3.1:
TESTS=off: Build tests
===> Use 'make config' to modify these settings
- Options name:
- devel_tl-expected
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|