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.
11 lines
234 B
Racket
11 lines
234 B
Racket
6 years ago
|
#lang info
|
||
6 years ago
|
|
||
|
(define collection 'multi)
|
||
|
|
||
|
(define deps '(["base" #:version "6.3"]
|
||
3 years ago
|
"yaragg-parser-tools-lib"
|
||
3 years ago
|
"rackunit-lib"
|
||
|
"syntax-color-lib"))
|
||
6 years ago
|
|
||
3 years ago
|
(define implies '("yaragg-parser-tools-lib"))
|