typed-racket/typed-racket-lib/info.rkt
2016-06-21 16:37:17 -04:00

15 lines
353 B
Racket

#lang info
(define collection 'multi)
(define deps '(("base" #:version "6.4.0.5")
"source-syntax"
"compatibility-lib" ;; to assign types
"string-constants-lib"))
(define pkg-desc "implementation (no documentation) part of \"typed-racket\"")
(define pkg-authors '(samth stamourv))
(define version "1.5")