chore: initial commit
This commit is contained in:
commit
a41e6b2faa
12 changed files with 794 additions and 0 deletions
17
exm/dune
Normal file
17
exm/dune
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue