File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/nlopt/nlopt.0.7.0 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "OCaml bindings to the NLOpt optimization library"
3+ maintainer: ["Michał Kurcewicz <
[email protected] >"]
4+ authors: [
5+ "Michał Kurcewicz <
[email protected] >"
6+ "Christophe Troestler <
[email protected] >"
7+ ]
8+ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+ tags: ["clib:nlopt"]
10+ homepage: "https://github.com/mkur/nlopt-ocaml"
11+ bug-reports: "https://github.com/mkur/nlopt-ocaml/issues"
12+ dev-repo: "git+https://github.com/mkur/nlopt-ocaml.git"
13+ doc: "https://github.com/mkur/nlopt-ocaml"
14+ build: [ "dune" "build" "-p" name "-j" jobs
15+ "@runtest" {with-test}
16+ "@doc" {with-doc}
17+ ]
18+ depends: [
19+ "ocaml" {>= "4.08"}
20+ "dune" {>= "2.9"}
21+ "conf-nlopt"
22+ "odoc" {with-doc}
23+ ]
24+ conflicts: [
25+ "ocaml-options-only-no-flat-float-array"
26+ ]
27+ url {
28+ src: "https://github.com/mkur/nlopt-ocaml/archive/refs/tags/release-0.7.tar.gz"
29+ checksum: "md5=c7679809ad75964377d8b56f70ac3a96"
30+ }
You can’t perform that action at this time.
0 commit comments