opam-version: "2.0"
maintainer: "Pierre Roux"
author: "Pierre Roux <pierre.roux@onera.fr>"
homepage: "https://cavale.enseeiht.fr/osdp/"
dev-repo: "git+https://cavale.enseeiht.fr/git/osdp"
bug-reports: "author"
license: "LGPL-2.0-or-later"
build: [
  ["autoconf"]
  ["./configure"]
  [make]
]
install: [make "install"]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "conf-autoconf" {build}
  "zarith"
  "ocplib-simplex" {= "0.4"}
  "conf-csdp"
]
depopts: ["conf-sdpa"]
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 CSDP. It will also be compiled with SDPA and Mosek support
if they can be found in the PATH."""
url {
  src:
    "https://cavale.enseeiht.fr/osdp/osdp-1.0.0.tgz"
  checksum: "md5=f4edf6316268eb77a44d1bd26b76aa7f"
  # curl -L archive | md5sum
}
