
This information will be used to construct a catalog from the package directories. original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
17 lines
403 B
Racket
17 lines
403 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("at-exp-lib"
|
|
"base"
|
|
"eli-tester"
|
|
"rackunit-lib"
|
|
"sandbox-lib"
|
|
"scribble-doc" ;; because some tests are examples from the docs
|
|
"scribble-lib"
|
|
"scribble-text-lib"))
|
|
|
|
(define pkg-desc "tests for \"scribble\"")
|
|
|
|
(define pkg-authors '(mflatt eli))
|