ms-gsl 4.0.0-2.1ubuntu1 source package in Ubuntu
Changelog
ms-gsl (4.0.0-2.1ubuntu1) mantic; urgency=medium * Fix autopkg tests with LLVM-16. -- Matthias Klose <email address hidden> Sun, 30 Jul 2023 11:21:51 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Mantic
- Original maintainer:
- Nicholas Guriev
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ms-gsl_4.0.0.orig.tar.gz | 54.5 KiB | f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9 |
ms-gsl_4.0.0-2.1ubuntu1.debian.tar.xz | 5.5 KiB | 6e268dad54b94402363540f1443075bb167639e3bc4836b4fe68174832555caf |
ms-gsl_4.0.0-2.1ubuntu1.dsc | 2.0 KiB | c1a1574852ad9fb55fd0e780f2a5f2250b94dbbdf7e4602a71ce0fade4f80055 |
Available diffs
Binary packages built by this source
- libmsgsl-dev: Microsoft Guidelines Support Library
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 package 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.