opam-version: "2.0"
maintainer: "Pierre Roux"
authors: "Pierre Roux"
homepage: "https://cavale.enseeiht.fr/osdp/"
license: "LGPL-2.0-or-later"
build: [
  ["./configure"]
  [make]
]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml"
  "ocamlfind"
  "ocamlbuild"
  "zarith"
  "ocplib-simplex" {= "0.3"}
  "conf-sdpa"
  "base-unsafe-string"
]
synopsis: "OCaml Interface to SDP solvers."
description: """
OSDP is an OCaml frontend library to semi-definite programming (SDP)
numerical optimization solvers. This package will be installed with
the solver SDPA. It will also be compiled with CSDP and Mosek support
if they can be found in the PATH."""
url {
  src: "https://cavale.enseeiht.fr/osdp/osdp-0.5.4.tgz"
  checksum: "md5=698641689bd666821fcb78e0834e9a92"
}
