scribble-enhanced/pkgs/scribble-pkgs/scribble-lib/info.rkt
Matthew Flatt 15a938e0bd move setup/xref from "scribble-lib" to "racket-index"
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
2013-12-01 08:38:31 -07:00

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))