You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
490 B
Racket
11 lines
490 B
Racket
#lang info
|
|
(define collection 'multi)
|
|
(define deps '("pict-lib"
|
|
"beautiful-racket-lib"
|
|
"txexpr"
|
|
"pitfall"
|
|
("base" #:version "6.0") "sugar" "csp" "rackunit-lib" "hyphenate" "at-exp-lib" "data-lib" "draw-lib" "gui-lib" "math-lib" "plot-gui-lib" "plot-lib" "profile-lib" "typed-racket-lib"))
|
|
(define build-deps '("debug"
|
|
"racket-doc" "scribble-lib" "draw-doc" "scribble-doc"))
|
|
(define update-implies '("sugar"))
|