Skip to content

Commit 8600723

Browse files
authored
Merge pull request #24049 from UnixJunkie/nlopt_070
new file: packages/nlopt/nlopt.0.7.0/opam
2 parents 626dcce + 0f0ec25 commit 8600723

File tree

1 file changed

+30
-0
lines changed
  • packages/nlopt/nlopt.0.7.0

1 file changed

+30
-0
lines changed

packages/nlopt/nlopt.0.7.0/opam

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

0 commit comments

Comments
 (0)