Source: safeclib Priority: optional Maintainer: Adam Borowski 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: libsafec3t64 (= ${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: libsafec3t64 Provides: ${t64:Provides} Replaces: libsafec3 Breaks: libsafec3 (<< ${source:Version}) 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.