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

18 lines
484 B
Racket

7 years ago
#lang info
(define collection 'multi)
6 years ago
(define version "0.0")
5 years ago
(define test-omit-paths '("ptest"))
5 years ago
(define deps '("draw-lib"
"with-cache"
"at-exp-lib"
4 years ago
["base" #:version "7.1"]
"beautiful-racket-lib"
"brag"
6 years ago
"fontland"
"rackunit-lib"
"srfi-lite-lib"
4 years ago
"sugar"
"gregor"))
5 years ago
(define build-deps '("debug"))
(define update-implies '("fontland"))