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.
13 lines
297 B
Racket
13 lines
297 B
Racket
7 years ago
|
#lang info
|
||
6 years ago
|
|
||
|
(define collection 'multi)
|
||
6 years ago
|
|
||
6 years ago
|
(define deps '(["base" #:version "6.3"]
|
||
3 years ago
|
"yaragg-lib"))
|
||
6 years ago
|
|
||
6 years ago
|
(define build-deps '("at-exp-lib"
|
||
3 years ago
|
"yaragg-parser-tools-doc"
|
||
6 years ago
|
"racket-doc"
|
||
|
"scribble-lib"))
|
||
|
|
||
3 years ago
|
(define implies '("yaragg-lib"))
|