Package libexpected-devel: Information

    Binary package: libexpected-devel
    Version: 1.0.0-alt1
    Architecture: noarch
    Build time:  Feb 28, 2020, 06:44 PM
    Source package: expected
    Category: Development/C++
    Report package bug
    License: CC0
    Summary: Development files for 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.

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    Last changed


    Feb. 8, 2020 Vitaly Lipatov 1.0.0-alt1
    - initial build for ALT Sisyphus
    Jan. 28, 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
    Jan. 6, 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1.0.0-1
    - Initial SPEC release.