File: dune

package info (click to toggle)
ocaml-cinaps 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ml: 441; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
(rule (deps test_staged.ml) (targets test_staged_gen.ml)
 (action (bash "%{bin:cinaps} -staged test_staged_gen.ml test_staged.ml")))

(executables (names test_staged_gen) (modules test_staged_gen)
 (libraries cinaps.runtime))

(alias (name runtest) (deps test_staged_gen.exe)
 (action (bash ./test_staged_gen.exe)))