this repo has no description

Merge pull request #24049 from UnixJunkie/nlopt_070

new file: packages/nlopt/nlopt.0.7.0/opam

Changed files
+30
packages
nlopt
nlopt.0.7.0
+30
packages/nlopt/nlopt.0.7.0/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml bindings to the NLOpt optimization library"
+
maintainer: ["Michał Kurcewicz <michal.kurcewicz@gmail.com>"]
+
authors: [
+
"Michał Kurcewicz <michal.kurcewicz@gmail.com>"
+
"Christophe Troestler <Christophe.Troestler@umons.ac.be>"
+
]
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
tags: ["clib:nlopt"]
+
homepage: "https://github.com/mkur/nlopt-ocaml"
+
bug-reports: "https://github.com/mkur/nlopt-ocaml/issues"
+
dev-repo: "git+https://github.com/mkur/nlopt-ocaml.git"
+
doc: "https://github.com/mkur/nlopt-ocaml"
+
build: [ "dune" "build" "-p" name "-j" jobs
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9"}
+
"conf-nlopt"
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"ocaml-options-only-no-flat-float-array"
+
]
+
url {
+
src: "https://github.com/mkur/nlopt-ocaml/archive/refs/tags/release-0.7.tar.gz"
+
checksum: "md5=c7679809ad75964377d8b56f70ac3a96"
+
}