Source: ms-gsl Section: libdevel Maintainer: Nicholas Guriev Build-Depends: debhelper-compat (= 14), dh-sequence-single-binary, dpkg-build-api (= 1), Build-Depends-Indep: cmake (>= 3.14), libgtest-dev , pkgconf , Standards-Version: 4.7.4 Homepage: https://github.com/Microsoft/GSL Vcs-Git: https://salsa.debian.org/debian/ms-gsl.git Vcs-Browser: https://salsa.debian.org/debian/ms-gsl Package: libmsgsl-dev Architecture: all Multi-Arch: foreign Description: 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, 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.