
The `setup/xref` library conceptually belongs in "racket-index", and moving the library avoids a cross-package use of a private module. Merge to v6.0 original commit: d37e910169622364a10cdd34f00ade99ee216a77
21 lines
525 B
Racket
21 lines
525 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("racket-index"
|
|
"scheme-lib"
|
|
"base"
|
|
"compatibility-lib"
|
|
"scribble-text-lib"
|
|
"planet-lib" ; used dynamically
|
|
"net-lib"
|
|
"at-exp-lib"
|
|
"draw-lib"
|
|
"syntax-color-lib"
|
|
"sandbox-lib"))
|
|
(define build-deps '("rackunit-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"scribble\"")
|
|
|
|
(define pkg-authors '(mflatt eli))
|