
This information will be used to construct a catalog from the package directories. original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
12 lines
228 B
Racket
12 lines
228 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
(define deps '())
|
|
(define build-deps '("base"
|
|
"eli-tester"
|
|
"profile-lib"))
|
|
|
|
(define pkg-desc "tests for \"profile\"")
|
|
|
|
(define pkg-authors '(eli))
|