mte/unikernel/duniverse/ppx_custom_printf/test/dune

10 lines
153 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(library
(name custom_printf_sample)
(libraries ppx_sexp_conv.runtime-lib)
(preprocess
(pps ppx_jane)))
(alias
(name DEFAULT)
(deps test.ml.pp))