opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
homepage: "http://forge.ocamlcore.org/projects/optimization1d/"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/Chris00/optimization1d.git"
bug-reports: "https://github.com/Chris00/optimization1d/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "optimization1d"]]
depends: [
  "ocaml" {< "4.06"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Find extrema of 1D functions."
description: """
Collection of functions to seek the minimum and maximum
of functions float -> float."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/optimization1d/optimization1d/0.5.1/optimization1d-0.5.1.tar.gz"
  checksum: "md5=2297184ac14a36d23feb398b0c0eea98"
}
