opam-version: "2.0"
maintainer: "opam-devel@lists.ocaml.org"
authors: [ "Oliver Friedmann"
           "Martin Lange" ]
license: "BSD-3-Clause"
homepage: "https://github.com/tcsprojects/pgsolver"
dev-repo: "git://github.com/tcsprojects/pgsolver.git"
bug-reports: "https://github.com/tcsprojects/pgsolver/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
  ["ocaml" "setup.ml" "-build"] {with-test}
  ["ocaml" "setup.ml" "-test"] {with-test}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocaml" "%{etc}%/pgsolver/setup.ml" "-C" "%{etc}%/pgsolver" "-uninstall"]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "TCSLib" {>= "0.2"}
  ("extlib" | "extlib-compat")
  "minisat"
  "ocaml-sat-solvers"
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "ounit" {build}
]
synopsis:
  "A collection of tools for generating, manipulating and - most of all - solving parity games."
description: """
A collection of tools for generating, manipulating and - most of all -
solving parity games."""
url {
  src: "https://github.com/tcsprojects/pgsolver/archive/v4.1.tar.gz"
  checksum: "md5=db269947469d6236a81bed558cbcc5b6"
}
