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.
br-parser-tools/pkgs/parser-tools-pkgs/parser-tools-lib/info.rkt

11 lines
248 B
Racket

#lang info
(define collection 'multi)
(define deps '("base"
"compatibility-lib"))
(define build-deps '("rackunit-lib"))
(define pkg-desc "implementation (no documentation) part of \"parser-tools\"")
(define pkg-authors '(mflatt))