opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [
  "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
  "Edgar Friendly <thelema314@gmail.com>"
]
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
tags: ["scientfic" "root finding"]
homepage: "https://github.com/Chris00/root1d"
dev-repo: "git+https://github.com/Chris00/root1d.git"
bug-reports: "https://github.com/Chris00/root1d/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "root1d"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
depopts: ["benchmark"]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Find roots of 1D functions."
description:
  "Collection of functions to seek roots of functions float -> float."
flags: light-uninstall
url {
  src: "https://download.ocamlcore.org/root1d/root1d/0.3/root1d-0.3.tar.gz"
  checksum: "md5=679f9f6a1f6e31f448259793bb9cbda8"
}
