
Currently only works in unsafe requires. In other cases it will emit an error instead. Also bump version
15 lines
319 B
Racket
15 lines
319 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("typed-racket-lib"
|
|
"typed-racket-doc"))
|
|
(define implies '("typed-racket-lib"
|
|
"typed-racket-doc"))
|
|
|
|
(define pkg-desc "The implementation of the Typed Racket language")
|
|
|
|
(define pkg-authors '(samth stamourv))
|
|
|
|
(define version "1.6")
|