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

21 lines
614 B
Racket

9 years ago
#lang info
5 years ago
(define collection 'multi)
(define deps '("at-exp-lib"
4 years ago
["base" #:version "7.1"]
6 years ago
"beautiful-racket-lib"
6 years ago
"fontland"
"hyphenate"
6 years ago
"pitfall"
6 years ago
"pollen"
"rackunit-lib"
"sugar"
5 years ago
"txexpr"
5 years ago
"markdown"
5 years ago
"pict-lib"
4 years ago
"debug"
"words"))
5 years ago
(define build-deps '("draw-lib"
5 years ago
"draw-doc"
5 years ago
"racket-doc"
4 years ago
"scribble-lib"))
(define update-implies '("fontland" "pitfall" "words"))