this repo has no description
1opam-version: "2.0" 2maintainer: "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" 3homepage: "http://www.ocaml.org/" 4license: "LGPL+EXN-BIN" 5build: [["ocamlc" "-custom" "graphics.cma" "-o" "test"]] 6post-messages: [ 7 "This package checks whether the Graphics library was compiled." {failure} 8] 9synopsis: "Virtual package to check the availability of the Graphics library" 10depends: [ 11 "ocaml" {< "4.09"} 12]