File: dune

package info (click to toggle)
ppx-fields-conv 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: ml: 2,177; sh: 37; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
(library
 (name fieldslib_test)
 (libraries fieldslib ppx_fields_conv)
 (preprocess
  (pps ppx_fields_conv ppx_inline_test)))

(rule
 (targets example_from_doc.ml)
 (deps ../README.md gen_test_from_doc.sh)
 (action
  (bash "./gen_test_from_doc.sh ../README.md > %{targets}")))