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.
24 lines
528 B
Racket
24 lines
528 B
Racket
#lang info
|
|
|
|
|
|
(define collection "yaragg")
|
|
|
|
|
|
(define scribblings
|
|
'(("yaragg.scrbl" (multi-page) (parsing-library))
|
|
("yaragg-parser-tools.scrbl" (multi-page) (parsing-library))))
|
|
|
|
|
|
(define deps '(["base" #:version "6.3"]
|
|
"syntax-color-lib"))
|
|
|
|
|
|
(define build-deps '("at-exp-lib"
|
|
"racket-doc"
|
|
"rackunit-lib"
|
|
"scribble-lib"
|
|
"syntax-color-doc"))
|
|
|
|
|
|
(define test-omit-paths '("examples/simple-line-drawing/examples/letter-i.rkt"))
|