chore: initial commit

This commit is contained in:
Henri Saudubray 2026-03-27 10:53:26 +01:00
commit a41e6b2faa
Signed by: hms
GPG key ID: 7065F57ED8856128
12 changed files with 794 additions and 0 deletions

17
exm/dune Normal file
View file

@ -0,0 +1,17 @@
(env
(dev
(flags
(:standard -w -a))))
(rule
(targets exm_ball_discrete.ml ball_discrete.ml ball_discrete.zci)
(deps
(:zl ball_discrete.zls)
(package zelus))
(action
(run zeluc -s main -o exm_ball_discrete %{zl})))
(executable
(name exm_ball_discrete)
(public_name exm_ball_discrete)
(libraries zelus))