INFO
Name: expected-devel
Version: 1.1.0-1.el9
Arch: noarch
Summary: Development files for expected
License: CC0-1.0
Vendor: Fedora Project
Build Host: buildvm-x86-04.iad2.fedoraproject.org
Build Date: Sat Dec 9 20:14:17 2023
Size: 110842
URL: https://github.com/TartanLlama/expected
Description: Header-only Development files for expected.
std::expected is proposed as the preferred way to represent objec
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.
FILES
/usr/include/tl
/usr/include/tl/expected.hpp
/usr/share/cmake/tl-expected
/usr/share/cmake/tl-expected/tl-expected-config-version.cmake
/usr/share/cmake/tl-expected/tl-expected-config.cmake
/usr/share/cmake/tl-expected/tl-expected-targets.cmake
/usr/share/doc/expected-devel
/usr/share/doc/expected-devel/README.md
/usr/share/licenses/expected-devel
/usr/share/licenses/expected-devel/COPYING
REQUIRES
cmake-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
cmake(tl-expected) 1.1.0
expected-devel 1.1.0-1.el9
expected-static 1.1.0-1.el9
CONFIG FILES
/usr/include/tl
/usr/include/tl/expected.hpp
/usr/share/cmake/tl-expected
/usr/share/cmake/tl-expected/tl-expected-config-version.cmake
/usr/share/cmake/tl-expected/tl-expected-config.cmake
/usr/share/cmake/tl-expected/tl-expected-targets.cmake
/usr/share/doc/expected-devel
/usr/share/doc/expected-devel/README.md d
/usr/share/licenses/expected-devel
/usr/share/licenses/expected-devel/COPYING l
LICENSE FILES
CC0-1.0
|