Consolidate into one package
parent
6c0930207f
commit
457d29471c
@ -0,0 +1,28 @@
|
||||
#lang info
|
||||
|
||||
|
||||
(define collection "yaragg")
|
||||
|
||||
|
||||
(define scribblings
|
||||
'(("yaragg.scrbl" (multi-page) (parsing-library))
|
||||
("parser-tools.scrbl" (multi-page) (parsing-library))))
|
||||
|
||||
|
||||
(define deps '(["base" #:version "6.3"]
|
||||
"compatibility-lib"
|
||||
"rackunit-lib"
|
||||
"scheme-lib"
|
||||
"syntax-color-lib"))
|
||||
|
||||
|
||||
(define build-deps '("at-exp-lib"
|
||||
"racket-doc"
|
||||
"scribble-lib"
|
||||
"syntax-color-doc"))
|
||||
|
||||
|
||||
(define test-omit-paths '("examples/simple-line-drawing/examples/letter-i.rkt"))
|
||||
|
||||
|
||||
(define compile-omit-paths '("examples"))
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue