Port details on branch 2024Q4 |
- tl-expected C++11/14/17 std::expected with functional-style extensions
- 1.1.0_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: 2023-04-24 00:37:32
- Commit Hash: de70395
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 - 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 = 1679870359
SHA256 (TartanLlama-expected-v1.1.0_GH0.tar.gz) = 1db357f46dd2b24447156aaf970c4c40a793ef12a8a9c2ad9e096d9801368df6
SIZE (TartanLlama-expected-v1.1.0_GH0.tar.gz) = 23747
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
-
- editors/imhex
- net-im/telegram-desktop
Configuration Options:
- ===> The following configuration options are available for tl-expected-1.1.0_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:
|