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/ode"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.06.0"}
  "owl" {>= "0.6.0"}
  "dune" {>= "1.5.0"}
  "owl-ode" {>="0.1.0" & < "0.3.0"}
  "sundialsml"
]
synopsis: "Owl's ODE solvers, interface with SundialsML"
description: """OwlDE: ODE Integration library

The sundials library provides bindings to sundials via OCaml's
sundialsml library.
"""
url {
  src:
    "https://github.com/owlbarn/owl_ode/releases/download/v0.2.0/owl-ode-v0.2.0.tbz"
  checksum: [
    "sha256=465ef6c59925fa58df395d67fbfe10454c97c48664e4b10061df1b16f0cca050"
    "sha512=ac528b01b3dd7d8de8bfd2e42979625db52fcd0b3d849dd61f18fd2467ed383e156afe1e0c546ffa2ba37a826484077bd7432ca051a2657ded84376a432a6573"
  ]
}
