opam-version: "2.0"
maintainer: "owlbarn"
authors: [ "Marcello Seri" "Ta-Chu Calvin Kao" ]
license: "MIT"
homepage: "https://github.com/owlbarn/owl_ode"
dev-repo: "git+https://github.com/owlbarn/owl_ode.git"
bug-reports: "https://github.com/owlbarn/owl_ode/issues"
doc: "https://owlbarn.github.io/owl_ode/owl-ode"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.06.0"}
  "dune" {>= "1.1.0"}
  "owl" {>= "0.5.0" & < "0.6.0"}
]
synopsis: "Owl's ODE solvers"
url {
  src: "https://github.com/owlbarn/owl_ode/archive/v0.0.8.tar.gz"
  checksum: [
    "md5=764754da59c167c7804c2973c958fe04"
    "sha512=dd2b494e8517e0dbc5552370cae31ff7299cda59e5869a38a468245a45b69a14ef8d3b9a1751c22a52c73fe92377b114f7ec5390a623f7d0fde44d508858a4f5"
  ]
}
