Language

Package: racket-minimal @ 8.3

Synopsis

Racket without bundled packages such as DrRacket

Description

Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.

The ``minimal Racket'' distribution includes just enough of Racket for you to use raco pkg to install more. Bundled packages, such as the DrRacket IDE, are not included.

Home page
https://racket-lang.org
Location
gnu/packages/racket.scm (line: 130, column: 2)
Licenses

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'bootfiles' does not match package name 'racket-bootstrap-chez-bootfiles'
input-labels

Identify input labels that do not match package names

label 'racket' does not match package name 'racket-minimal-bc-3m'
input-labels

Identify input labels that do not match package names

label 'sh' does not match package name 'bash-minimal'