profile/pkgs/profile-pkgs/profile-lib/info.rkt
Sam Tobin-Hochstadt 88b9272144 Make profile-lib a single-collection package.
original commit: e6ca7e78d043dabd7b85d154e312d4e0ab9ef293
2013-11-19 12:06:26 -05:00

11 lines
242 B
Racket

#lang info
(define collection "profile")
(define deps '("base"))
(define build-deps '("at-exp-lib"
"rackunit-lib"))
(define pkg-desc "implementation (no documentation) part of \"profile\"")
(define pkg-authors '(eli))