
This was developed in a different repository, so the history will be archived there: https://github.com/jeapostrophe/galaxy
8 lines
196 B
Racket
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)))
|