File: dune

package info (click to toggle)
ppx-custom-printf 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: ml: 419; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
(library
 (name custom_printf_sample)
 (libraries ppx_sexp_conv.runtime-lib)
 (preprocess
  (pps ppx_jane)))

(alias
 (name DEFAULT)
 (deps test.ml.pp))