racket/collects/setup/option-sig.ss
Matthew Flatt e4cbc4e6a9 371.2
svn: r7263
2007-09-02 17:39:32 +00:00

28 lines
532 B
Scheme

(module option-sig mzscheme
(require (lib "unit.ss"))
(provide setup-option^)
(define-signature setup-option^
(verbose
make-verbose
compiler-verbose
clean
compile-mode
make-zo
make-so
make-info-domain
make-launchers
make-docs
call-install
call-post-install
pause-on-errors
force-unpacks
doc-pdf-dest
specific-collections
specific-planet-dirs
archives
current-target-directory-getter
current-target-plt-directory-getter)))