opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
homepage: "https://github.com/Chris00/integration1d"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/Chris00/integration1d.git"
bug-reports: "https://github.com/Chris00/integration1d/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "integration1d"]]
depends: [
  "ocaml" {< "4.06"}
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Integration of functions float -> float"
description:
  "Collection of integration routines inspired by QUADPACK.  Pure OCaml code."
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/integration1d/integration1d/0.4/integration1d-0.4.tar.gz"
  checksum: "md5=4e65ab6fa30ad39690f6c6df37087cdc"
}
