this repo has no description
1opam-version: "2.0"
2maintainer: "Pierre Roux"
3homepage: "https://cavale.enseeiht.fr/osdp/"
4dev-repo: "git+https://cavale.enseeiht.fr/git/osdp"
5bug-reports: "author"
6license: "LGPL-2.0-or-later"
7build: [
8 ["autoconf"]
9 ["./configure"]
10 [make]
11]
12install: [make "install"]
13depends: [
14 "ocaml" {< "5.0.0"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "conf-autoconf" {build}
18 "zarith"
19 "ocplib-simplex" {= "0.4"}
20 "conf-csdp"
21]
22depopts: ["conf-sdpa"]
23synopsis: "OCaml Interface to SDP solvers"
24description: """
25OSDP is an OCaml frontend library to semi-definite programming (SDP)
26numerical optimization solvers. This package will be installed with
27the solver CSDP. It will also be compiled with SDPA and Mosek support
28if they can be found in the PATH."""
29url {
30 src:
31 "https://github.com/ocaml/opam-source-archives/raw/main/osdp-1.0.0.tgz"
32 checksum: [
33 "sha256=6aee21c904609e455118b291fdb742a49a8ac42161402215c9b25fb0704e8ab7"
34 "md5=f4edf6316268eb77a44d1bd26b76aa7f"
35 ]
36}
37authors: "Pierre Roux <pierre.roux@onera.fr>"