chore: init repo
This commit is contained in:
commit
f90206e57e
10 changed files with 68 additions and 0 deletions
21
dune-project
Normal file
21
dune-project
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(lang dune 3.17)
|
||||
(using menhir 3.0)
|
||||
|
||||
(name hsim)
|
||||
(license "GPL-3.0-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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue