mte/unikernel/duniverse/ppx_custom_printf/test/dune
2025-11-11 02:07:51 +01:00

9 lines
153 B
Text

(library
(name custom_printf_sample)
(libraries ppx_sexp_conv.runtime-lib)
(preprocess
(pps ppx_jane)))
(alias
(name DEFAULT)
(deps test.ml.pp))