LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

raco

Racket package and project management tool

TLDR

Install package
$ raco pkg install [package-name]
copy
Update packages
$ raco pkg update
copy
Remove package
$ raco pkg remove [package-name]
copy
Show installed packages
$ raco pkg show
copy
Create executable
$ raco exe [program.rkt]
copy
Run tests
$ raco test [file.rkt]
copy
Build documentation
$ raco docs
copy
Make distribution
$ raco distribute [dir] [executable]
copy

SYNOPSIS

raco command [options] [args]

DESCRIPTION

raco is Racket's command-line tool for managing packages and building programs.Package management installs from the Racket package catalog. Dependencies are resolved automatically.Executable creation compiles Racket programs. Standalone binaries include runtime.Testing runs unit tests in source files. Test submodules are discovered automatically.Documentation generation builds HTML docs. Scribble documentation is compiled.Distribution bundles executables with dependencies. Creates portable packages.

PARAMETERS

pkg

Package management.
exe
Create executable.
test
Run tests.
docs
Documentation.
setup
Setup collections.
distribute
Create distribution.
make
Compile files.
check-requires
Check dependencies.

INSTALL

sudo apt install racket
copy
sudo dnf install racket
copy
sudo pacman -S racket
copy
sudo apk add racket
copy
sudo zypper install racket
copy
brew install racket
copy
nix profile install nixpkgs#racket
copy

CAVEATS

Some commands require setup first. Large packages may take time. Platform-specific executables.

HISTORY

raco is the standard tool distributed with Racket (formerly PLT Scheme). It consolidates package management, building, and development tasks.

SEE ALSO

racket(1), drracket(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid