
`cext-lib` contains much of the contents of `dynext`, which is no longer very widely used. Also moved the implementation of the `mzc` executable to a more appropriate package. Also, used `lazy-require` consistently for dynamically loading implementations.
6 lines
166 B
Racket
6 lines
166 B
Racket
#lang racket/base
|
|
(require racket/unit setup/option "option-sig.rkt")
|
|
|
|
(provide setup:option@ set-flag-params)
|
|
|
|
(define-unit-from-context setup:option@ setup-option^) |