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
566 B
Racket

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