opam-version: "2.0" maintainer: "Christophe.Troestler@umons.ac.be" authors: ["Christophe Troestler "] 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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta7"} ] 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/optimization1d-0.6.tbz" checksum: [ "sha256=e67ad19f77796e72266527e85c1c0b34eb4476821c2e6a68666277ad9adf6f80" "md5=57ed7580362d6f3788d5dd2b6b8dd49f" ] }