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"}
  "owl" {>= "0.5.0" & < "0.6.0"}
  "dune" {>= "1.1.0"}
]
synopsis: "Owl's ODE solvers"
url {
  src: "https://github.com/owlbarn/owl_ode/archive/v0.0.7.tar.gz"
  checksum: [
    "md5=752ce864974abe440a202d0130cdd8ed"
    "sha512=ced4470bda0132d055c89d133b4a00fba8ae9e1810f174803f73cce44c435ff206c24dfe42abe567a5d3d05e2f2b54d82aff43335494d89f46a663ac5fa4cd6d"
  ]
}
