opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " "Pierre Hauweele " ] license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/Chris00/ocaml-cairo" dev-repo: "git+https://github.com/Chris00/ocaml-cairo.git" bug-reports: "https://github.com/Chris00/ocaml-cairo/issues" doc: "https://Chris00.github.io/ocaml-cairo/doc" tags: ["Cairo" "stroke" "drawing" "tutorial"] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc"] {with-doc} ] depends: [ "ocaml" {>= "4.02"} "base-bigarray" "dune" "conf-pkg-config" {build} "conf-cairo" "cairo2" "lablgtk" ] synopsis: "Rendering Cairo on Gtk canvas" description: """ This provides the link between Cairo and Lablgtk. """ url { src: "https://github.com/Chris00/ocaml-cairo/releases/download/0.6/cairo2-0.6.tbz" checksum: [ "sha256=1a328a82f2efd306cc9ea6d9ee04b5f97fdecbc2442e4f996816b7566f3c58cc" "md5=9147030f57e10c9e9665396b92f6c9cc" ] }