opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [make "byte" "opt"]
remove: [["ocamlfind" "remove" "glpk"]]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["libglpk-dev"] {os-family = "debian"}
]
x-ci-accept-failures: ["debian-unstable"]
install: [make "install"]
synopsis: "Bindings for glpk"
description: """
ocaml-glpk are OCaml bindings to GLPK (GNU Linear Programming Kit)
which is a package intended for solving large-scale linear programming
(LP), mixed integer programming (MIP), and other related problems. The
library is released under the GPL license (like GLPK itself)."""
flags: light-uninstall
url {
  src:
    "http://downloads.sourceforge.net/project/ocaml-glpk/ocaml-glpk/0.1.6/ocaml-glpk-0.1.6.tar.gz"
  checksum: "md5=daff90d6786f410813dcdd5f56b8a83f"
}
