Scheme implementation intended especially for extensions
Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.
Linter | Message | Location |
---|---|---|
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' | |
formatting Look for formatting issues in the source | line 205 is way too long (94 characters) | |
formatting Look for formatting issues in the source | line 208 is way too long (93 characters) |