opam-version: "2.0"
maintainer: "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
homepage: "http://www.ocaml.org/"
license: "LGPL+EXN-BIN"
build: [["ocamlc" "-custom" "graphics.cma" "-o" "test"]]
post-messages: [
  "This package checks whether the Graphics library was compiled." {failure}
]
synopsis: "Virtual package to check the availability of the Graphics library"
depends: [
  "ocaml" {< "4.09"}
]
