Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047660
en ru br
ALT Linux repos
S:4.0.0-alt2

Group :: Development/C++
RPM: libmicrosoft-gsl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.0.0-alt2
Build date: 2 august 2023, 00:46 ( 34.4 weeks ago )
Size: 50.49 Kb

Home page:   https://github.com/Microsoft/GSL

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • libmicrosoft-gsl-devel
  • libmicrosoft-gsl-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin