racket/collects/planet/info.rkt
Robby Findler 258f267508 remove 'planet' from plt/bin (raco planet does the same thing and
planet conflicted with another package in Debian)
2012-08-18 20:26:50 -05:00

7 lines
196 B
Racket

#lang setup/infotab
(define name "PLaneT")
(define scribblings '(("planet.scrbl" (multi-page) (tool))))
(define raco-commands '(("planet" planet/raco "manage Planet package installations" 80)))