
Currently only works in unsafe requires. In other cases it will emit an error instead. Also bump version
15 lines
273 B
Racket
15 lines
273 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("scheme-lib"
|
|
"typed-racket-lib"
|
|
"base"))
|
|
|
|
|
|
(define pkg-desc "compatibility library for older Typed Racket-based languages")
|
|
|
|
(define pkg-authors '(samth stamourv))
|
|
|
|
(define version "1.6")
|