mte/unikernel/duniverse/ppxlib/bench/drivers/ppx_sexp_conv/dune

8 lines
151 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
; A driver with the ppx_sexp_conv plugin
(executable
(name driver)
(enabled_if
(>= %{ocaml_version} "4.10.0"))
(libraries ppxlib ppx_sexp_conv))