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: "https://github.com/Chris00/ocaml-odepack"
dev-repo: "git+https://github.com/Chris00/ocaml-odepack.git"
bug-reports: "https://github.com/Chris00/ocaml-odepack/issues"
tags: [ "ODE" "scientific-computing"  ]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "odepack"]]
depends: [
  "ocaml" {>= "3.12.1" & < "4.05"}
  "ocamlfind"
  "ocamlbuild" {build}
  "conf-gfortran"
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Binding to ODEPACK."
description: """
This is a binding to ODEPACK, a collection of solvers for the initial
value problem for ordinary differential equations."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/odepack/odepack/0.6.3/odepack-0.6.3.tar.gz"
  checksum: "md5=8bfc70f1e77c546f6c32093eb155e70e"
}
