
The layer is now redundant, since everything left in "pkgs" is in the "racket-pkgs" category.
9 lines
271 B
Racket
9 lines
271 B
Racket
#lang scribble/doc
|
|
@(require scribble/manual "common.rkt")
|
|
|
|
@title[#:tag "pkg"]{@exec{raco pkg}: Package Management}
|
|
|
|
See @other-manual['(lib "pkg/scribblings/pkg.scrbl")] for
|
|
information on the @exec{raco pkg} command, which is used for
|
|
managing external code packages.
|