11 lines
268 B
Racket
11 lines
268 B
Racket
#lang info
|
|
|
|
(define collection "profile")
|
|
(define deps '("base" "errortrace-lib"))
|
|
(define build-deps '("at-exp-lib"
|
|
"rackunit-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"profile\"")
|
|
|
|
(define pkg-authors '(eli stamourv))
|