31 lines
696 B
Text
31 lines
696 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "An executable semantics for the simulation of hybrid systems"
|
|
maintainer: ["henri.saudubray@proton.me"]
|
|
authors: ["Henri Saudubray"]
|
|
license: "CeCILL-2.1-or-later"
|
|
homepage: "https://codeberg.org/17maiga/hsim"
|
|
doc: "https://url/to/documentation"
|
|
bug-reports: "https://codeberg.org/17maiga/hsim/issues"
|
|
depends: [
|
|
"dune" {>= "3.17"}
|
|
"ocaml"
|
|
"menhir"
|
|
"sundialsml"
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "https://codeberg.org/17maiga/hsim"
|