this repo has no description
1opam-version: "2.0" 2maintainer: "Fabrice Le Fessant <fabrice.le_fessant@inria.fr>" 3authors: "Fabrice Le Fessant INRIA/OCamlPro <fabrice.le_fessant@inria.fr>" 4homepage: "http://www.typerex.org/ocplib-wxOCaml.html" 5bug-reports: "https://github.com/OCamlPro/wxOCaml/issues" 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7dev-repo: "git+https://github.com/OCamlPro/wxOCaml.git" 8build: [ 9 ["./configure"] 10 [make] 11] 12install: [make "install"] 13remove: ["ocamlfind" "remove" "wxOCaml"] 14depends: [ 15 "ocaml" {>= "4.00.0"} 16 "ocamlfind" {build} 17 "ocp-build" {build} 18 "conf-wxwidgets" 19] 20synopsis: "OCaml bindings to the wxWidgets graphical library" 21flags: light-uninstall 22url { 23 src: "https://github.com/OCamlPro/wxOCaml/archive/1.0.1.tar.gz" 24 checksum: [ 25 "md5=dd08ff9cfd13b3bd396429b7cc8affbf" 26 "sha512=0a5511c30006fb082289424cad5941bfa93b6849035e4bdd25a4b027386858460f0ce00352b56850d1b4b4ce097816c88247cd3b31bae05c92ecebd21a617cd0" 27 ] 28}