racket/pkgs/compiler-lib/info.rkt
Matthew Flatt dc85374501 Add ignore-stderr submodule and test-ignore-stderrs "info.rkt"
These configuration options apply to `raco test` and mirror the
`--ignore-stderr` command-line flag.
2017-01-30 05:41:49 -07:00

17 lines
330 B
Racket

#lang info
(define collection 'multi)
(define deps '(["base" #:version "6.5.0.2"]
"scheme-lib"
"rackunit-lib"
"zo-lib"))
(define implies '("zo-lib"))
(define pkg-desc "implementation (no documentation) part of \"compiler\"")
(define pkg-authors '(mflatt))
(define version "1.5")