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