10 lines
153 B
Text
10 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))
|