this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" ] 4license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/Chris00/L-BFGS-ocaml" 6dev-repo: "git+https://github.com/Chris00/L-BFGS-ocaml.git" 7bug-reports: "https://github.com/Chris00/L-BFGS-ocaml/issues" 8doc: "https://Chris00.github.io/L-BFGS-ocaml/doc" 9tags: [ "science" "numerics" "optimization" "minimization" "maximization" 10 "bound-constrained" "large-scale" ] 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 15] 16depends: [ 17 "ocaml" 18 "base-bigarray" 19 "base-bytes" 20 "dune" {>= "1.1"} 21 "dune-configurator" {>= "3.0.2"} 22 "cppo" {build} 23 "conf-gfortran" {build} 24 "lacaml" {with-test} 25] 26synopsis: "Bound-constrainted optimization in many variables" 27description: """ 28This library provide an algorithm to minimize and maximize functions 29of many variables on bounded or unbounded domains. This is a binding 30to L-BFGS-B, a library for Large-scale Bound-constrained Optimization.""" 31url { 32 src: 33 "https://github.com/Chris00/L-BFGS-ocaml/releases/download/0.9.5/lbfgs-0.9.5.tbz" 34 checksum: [ 35 "sha256=5c4f3c0fec90f589a1ea36cddc0a7be4a8a55d4d4dd3815150400af6c514242d" 36 "sha512=9663e317a25dae126c1066328ae120a7a9f7a383ee6669c56bf26fb2b6629bffcceec8a768556f6dc275a1069c2227cac4076cfdcc7e52d01e2bca55e8ec1846" 37 ] 38} 39x-commit-hash: "6a5fa64b39d63647a34a6621036181ef8d822897"