opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ]
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
homepage: "http://forge.ocamlcore.org/projects/odepack/"
dev-repo: "git+https://github.com/Chris00/ocaml-odepack.git"
bug-reports: "https://github.com/Chris00/ocaml-odepack/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "odepack"]
]
depends: [
  "ocaml" {>= "3.12.1" & < "4.05"}
  "base-bigarray"
  "ocamlfind"
  "ocamlbuild" {build}
  "conf-gfortran"
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Binding to ODEPACK."
description: """
This is a collection of solvers for the initial value problem for
ordinary differential equation systems."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/odepack/odepack/0.6.5/odepack-0.6.5.tar.gz"
  checksum: "md5=78fd07f4571bba94126e04899f78337f"
}
