mte/unikernel/duniverse/ppxlib/bench/drivers/ppx_sexp_conv/dune
2025-11-11 02:07:51 +01:00

7 lines
151 B
Text

; A driver with the ppx_sexp_conv plugin
(executable
(name driver)
(enabled_if
(>= %{ocaml_version} "4.10.0"))
(libraries ppxlib ppx_sexp_conv))