File: dune

package info (click to toggle)
ppx-bin-prot 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: ml: 5,351; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
(library
 (name test_bin_shape)
 (libraries core)
 (preprocess
  (pps ppx_assert ppx_custom_printf ppx_bin_prot ppx_inline_test)))

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