Package libmicrosoft-gsl: Information

    Source package: libmicrosoft-gsl
    Version: 4.0.0-alt2
    Latest version according to Repology
    Build time:  Aug 2, 2023, 06:05 AM in the task #326059
    Category: Development/C++
    Report package bug
    License: MIT
    Summary: Guidelines Support Library
    Description: 
    The Guideline Support Library (GSL) contains functions and types that are suggested
    for use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
    This repo contains Microsoft's implementation of GSL.
    
    The library includes types like span<T>, string_span, owner<> and others.
    
    The entire implementation is provided inline in the headers under the gsl directory.
    The implementation generally assumes a platform that implements C++14 support.
    There are specific workarounds to support MSVC 2013 and 2015.
    
    While some types have been broken out into their own headers (e.g. gsl/span),
    it is simplest to just include gsl/gsl and gain access to the entire library.

    List of rpms provided by this srpm:
    libmicrosoft-gsl-devel (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @everybody

      1. cmake
      2. gcc-c++
      3. rpm-macros-cmake

    Last changed


    Aug. 2, 2023 Vitaly Lipatov 1:4.0.0-alt2
    - add workaround for std::variant bug in libstdc++
      see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106547
    - build as noarch
    July 30, 2023 Vitaly Lipatov 1:4.0.0-alt1
    - new version 4.0.0 (with rpmrb script)
    Aug. 19, 2021 Vitaly Lipatov 1:3.1.0-alt1
    - new version (3.1.0) with rpmgs script