typed-racket/typed-racket-lib/info.rkt
2015-07-20 16:17:39 -05:00

22 lines
584 B
Racket

#lang info
(define collection 'multi)
(define deps '(("base" #:version "6.2.900.4")
"pconvert-lib"
"unstable-contract-lib"
"source-syntax"
"compatibility-lib" ;; to assign types
"string-constants-lib"))
;; This is needed since the expansion of TR
;; can insert `(require unstable/contract)` into
;; the expanded code.
(define implies '("unstable-contract-lib"))
(define pkg-desc "implementation (no documentation) part of \"typed-racket\"")
(define pkg-authors '(samth stamourv))
(define version "1.1")