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.
21 lines
614 B
Racket
21 lines
614 B
Racket
#lang info
|
|
(define collection 'multi)
|
|
(define deps '("at-exp-lib"
|
|
["base" #:version "7.1"]
|
|
"beautiful-racket-lib"
|
|
"fontland"
|
|
"hyphenate"
|
|
"pitfall"
|
|
"pollen"
|
|
"rackunit-lib"
|
|
"sugar"
|
|
"txexpr"
|
|
"markdown"
|
|
"pict-lib"
|
|
"debug"
|
|
"words"))
|
|
(define build-deps '("draw-lib"
|
|
"draw-doc"
|
|
"racket-doc"
|
|
"scribble-lib"))
|
|
(define update-implies '("fontland" "pitfall" "words")) |