Skip to content

Commit f0ab84f

Browse files
committed
new file: packages/nlopt/nlopt.0.7.0/opam
1 parent 6f1af52 commit f0ab84f

File tree

1 file changed

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

1 file changed

+31
-0
lines changed

packages/nlopt/nlopt.0.7.0/opam

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
"base-nnp"
26+
"ocaml-option-nppchecker"
27+
]
28+
url {
29+
src: "https://github.com/mkur/nlopt-ocaml/archive/refs/tags/release-0.7.0.tar.gz"
30+
checksum: "md5=c7679809ad75964377d8b56f70ac3a96"
31+
}

0 commit comments

Comments
 (0)