
The `outputable/c` contract is currently just an alias for `any/c`, however, because checking the contract seems to be too expensive. original commit: 416b680d742afafe7f5632ca94cb36bac25534b8
13 lines
230 B
Racket
13 lines
230 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("scheme-lib"
|
|
"base" "at-exp-lib"))
|
|
|
|
(define pkg-desc "Language for text with embedded Racket code")
|
|
|
|
(define pkg-authors '(mflatt eli))
|
|
|
|
(define version "1.1")
|