Language

Package: glibc @ 2.33

Synopsis

The GNU C Library

Description

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit...

The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.

Home page
https://www.gnu.org/software/libc/
Location
gnu/packages/base.scm (line: 695, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 810 is way too long (98 characters)
input-labels

Identify input labels that do not match package names

label 'gettext' does not match package name 'gettext-minimal'
input-labels

Identify input labels that do not match package names

label 'python' does not match package name 'python-minimal'
input-labels

Identify input labels that do not match package names

label 'static-bash' does not match package name 'bash-static'
input-labels

Identify input labels that do not match package names

label 'kernel-headers' does not match package name 'linux-libre-headers'