21 lines
521 B
Text
21 lines
521 B
Text
(lang dune 3.17)
|
|
(using menhir 3.0)
|
|
|
|
(name hsim)
|
|
(license "CeCILL-2.1-or-later")
|
|
|
|
(authors "Henri Saudubray")
|
|
(maintainers "henri.saudubray@proton.me")
|
|
|
|
(source (uri https://codeberg.org/17maiga/hsim))
|
|
(homepage https://codeberg.org/17maiga/hsim)
|
|
(bug_reports https://codeberg.org/17maiga/hsim/issues)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(documentation https://url/to/documentation)
|
|
|
|
(package
|
|
(name hsim)
|
|
(synopsis "An executable semantics for the simulation of hybrid systems")
|
|
(depends ocaml menhir sundialsml))
|