hsim-live/exm/ballc/dune
2026-03-30 13:28:49 +02:00

16 lines
221 B
Text

(env
(dev
(flags
(:standard -w -a))))
(rule
(targets ball.ml main.ml ball.zci)
(deps
(:zl ball.zls))
(action
(run zeluc -s main %{zl})))
(executable
(public_name ballc.exe)
(name main)
(libraries hsim))