File: control

package info (click to toggle)
ms-gsl 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, bullseye-backports-sloppy
  • size: 796 kB
  • sloc: cpp: 6,304; sh: 35; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ms-gsl
Section: libdevel
Priority: optional
Maintainer: Nicholas Guriev <guriev-ns@ya.ru>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 cmake (>= 3.14),
 libgtest-dev <!nocheck>,
 pkg-config <!nocheck>,
Standards-Version: 4.5.1
Rules-Requires-Root: no
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
Depends: ${misc:Depends}
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<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.