racket/compiler-lib/info.rkt
Matthew Flatt f2b76a675a make raco exe -l cooperate with tethered-executable builds
The configuration of an addon-tethered directory is treated as a sign
that access to collections in the "user" space should be accessible by
default in a launcher, as well as propagating the addon-directory
setting to the launched program.
2016-04-15 06:54:00 -06: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.4")