opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
homepage: "http://forge.ocamlcore.org/projects/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"
tags: ["science"]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "integration1d"]]
depends: [
  "ocaml" {< "4.06"}
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Integration of functions of one variable."
description: """
Collection of integration routines inspired by QUADPACK. Pure OCaml
code."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/integration1d/integration1d/0.4.1/integration1d-0.4.1.tar.gz"
  checksum: "md5=3eb445621ae233a4296ce3b74d46661f"
}
