racket/collects/planet2/info.rkt
Jay McCarthy fae660b0e4 Release Planet 2 (beta)
This was developed in a different repository, so the history will be
archived there:

https://github.com/jeapostrophe/galaxy
2012-11-08 06:16:42 -07:00

8 lines
196 B
Racket

#lang setup/infotab
(define name "Planet2")
(define scribblings
'(("scribblings/planet2.scrbl" (multi-page) (tool 100))))
(define raco-commands
'(("pkg" planet2/raco "manage packages" 81)))