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

16
dune-project Normal file
View file

@ -0,0 +1,16 @@
(lang dune 3.20)
(name hsim_live)
(source
(uri https://git.henri-saudubray.fr/hms/hsim-live))
(authors "Henri Maïga Saudubray <hms@lmf.cnrs.fr>")
(license Unlicense)
(package
(name hsim_live)
(synopsis "Hybrid system runtime.")
(description "Backing project for a live-coding seminar.")
(depends ocaml zelus))