mte/unikernel/duniverse/ppxlib/runner_as_ppx/dune

11 lines
278 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
;; This library just contain the entry point for ppx drivers. It must
;; be linked after all other libraries and units.
(library
(name ppxlib_runner_as_ppx)
(public_name ppxlib.runner_as_ppx)
(library_flags -linkall)
(flags
(:standard -safe-string))
(libraries ppxlib))