opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
homepage: "https://github.com/Chris00/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"
doc: "https://Chris00.github.io/optimization1d/doc"
tags: ["optimization"]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"
  "dune"
]
synopsis: "Find extrema of 1D functions"
description: """
This library provides two modules Min1D and Max1D to seek the minimum
and maximum of functions float → float.  Pure OCaml code with no
external dependencies.
"""
url {
  src:
    "https://github.com/Chris00/optimization1d/releases/download/0.6.1/optimization1d-0.6.1.tbz"
  checksum: "md5=70c43ba30a8290453430cd8d03736c66"
}
