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.
typesetting/quad/info.rkt

20 lines
535 B
Racket

10 years ago
#lang info
6 years ago
(define collection 'multi)
(define deps '("at-exp-lib"
6 years ago
"base"
7 years ago
"beautiful-racket-lib"
6 years ago
"fontland"
"hyphenate"
7 years ago
"pitfall"
6 years ago
"pollen"
"rackunit-lib"
"sugar"
6 years ago
"txexpr"
6 years ago
"markdown"
6 years ago
"csp"))
6 years ago
(define build-deps '("draw-lib"
"racket-doc"
"scribble-lib"
"debug"))
6 years ago
(define update-implies '("fontland" "pitfall"))