File: control

package info (click to toggle)
safeclib 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,648 kB
  • sloc: ansic: 51,375; makefile: 1,259; perl: 528; sh: 486
file content (48 lines) | stat: -rw-r--r-- 2,231 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: safeclib
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13), unicode-data, tzdata
Standards-Version: 4.6.2
Section: libs
Homepage: https://rurban.github.io/safeclib/
Vcs-Browser: https://github.com/kilobyte/safeclib/tree/debian
Vcs-Git: https://github.com/kilobyte/safeclib -b debian

Package: libsafec-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsafec3 (= ${binary:Version}), ${misc:Depends}
Description: "safe" C libc extensions (Annex K) - dev
 This library implements controversial C11 Annex K (TR24731) extensions. 
 They are most commonly known as _s variants implemented by MSVC, dubbed as
 "secure" to the point of MSVC-related linters claiming standard functions
 to be deprecated.  However, they've been nearly-universally panned by other
 libc implementors, the most recent discussion about Annex K removal and/or
 deprecation being N1967.  It is recommended to avoid using these functions
 -- they're either prone to misuse or merely inefficient (measuring a
 string's length multiple times being the most frequent case).
 .
 Yet despite these downsides, it is nice to have these functions available
 when porting some software that originated on Windows.
 .
 This package includes development headers.

Package: libsafec3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: "safe" C libc extensions (Annex K)
 This library implements controversial C11 Annex K (TR24731) extensions. 
 They are most commonly known as _s variants implemented by MSVC, dubbed as
 "secure" to the point of MSVC-related linters claiming standard functions
 to be deprecated.  However, they've been nearly-universally panned by other
 libc implementors, the most recent discussion about Annex K removal and/or
 deprecation being N1967.  It is recommended to avoid using these functions
 -- they're either prone to misuse or merely inefficient (measuring a
 string's length multiple times being the most frequent case).
 .
 Yet despite these downsides, it is nice to have these functions available
 when porting some software that originated on Windows.
 .
 This package includes runtime binaries for the library.