Language

Package: src @ 1.18

Synopsis

Simple revision control

Description

SRC (or src) is simple revision control, a version-control system for single-file projects by solo developers and authors. It modernizes the venerable RCS, hence the anagrammatic acronym. The design is tuned for use cases like all those little scripts in your ~/bin directory, or a directory full of HOWTOs.

Home page
http://www.catb.org/~esr/src/
Location
gnu/packages/version-control.scm (line: 2764, column: 2)
License

Lint warnings

LinterMessageLocation
wrapper-inputs

Make sure 'wrap-program' can finds its interpreter.

"bash-minimal" should be in 'inputs' when 'wrap-program' is used
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?
input-labels

Identify input labels that do not match package names

label 'python' does not match package name 'python-wrapper'