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

25 lines
555 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"]
"rebellion"
"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"))