
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.
17 lines
330 B
Racket
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")
|