opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " "Edgar Friendly " ] license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" homepage: "http://forge.ocamlcore.org/projects/root1d/" dev-repo: "git+ssh://forge.ocamlcore.org//git/root1d/root1d.git" bug-reports: "http://forge.ocamlcore.org/projects/root1d/" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "root1d"] ] depends: [ "ocaml" {>= "4.0.0" & < "5.0"} "ocamlbuild" {build} "ocamlfind" {build} "benchmark" {with-test} ] depopts: [ "benchmark" ] synopsis: "Find roots of 1D functions." description: """ Collection of functions to seek roots of functions float -> float. Pure OCaml code.""" flags: light-uninstall url { src: "https://download.ocamlcore.org/root1d/root1d/0.4/root1d-0.4.tar.gz" checksum: [ "sha256=be3bddd3aa65546e2eef93dc7f569c6b64afc085364c14682563862eca0742e4" "md5=620bfdd6bd38221fb820968518a62831" ] }