Language

Package: guile2.2-readline @ 2.2.7

Synopsis

Line editing support for GNU Guile

Description

This module provides line editing support via the Readline library for GNU Guile. Use the (ice-9 readline) module and call its activate-readline procedure to enable it.

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

Lint warnings

LinterMessageLocation
patch-file-names

Validate file names and availability of patches

file names of patches should start with the package name
formatting

Look for formatting issues in the source

line 484 is way too long (94 characters)
input-labels

Identify input labels that do not match package names

label 'pkgconfig' does not match package name 'pkg-config'
input-labels

Identify input labels that do not match package names

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

Identify input labels that do not match package names

label 'bdw-gc' does not match package name 'libgc'