opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " "Pierre Hauweele " ] license: "LGPL-3.0-or-later" 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" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "ocaml" {>= "4.02"} "base-bigarray" "dune" {>= "2.0.0"} "conf-pkg-config" {build} "conf-cairo" "cairo2" {= version} "lablgtk" ] synopsis: "Rendering Cairo on Gtk2 canvas" description: """ This provides the link between Cairo and Lablgtk. """ url { src: "https://github.com/Chris00/ocaml-cairo/releases/download/0.6.5/cairo2-0.6.5.tbz" checksum: [ "sha256=25dc41c9436d9abcf56caad9a105944ff7346041b8cc6a2a654ab8848b657372" "sha512=9c13aaf0c716ac2fdec90d6dcb90a654c051cb9aa896e9333b819e68669efbf3ee7bb147882d45dd5b86db3fd868158bce46f46c5c8960f9add523d64342f704" ] } x-commit-hash: "918ef6ee0b5ccef2947fafb11bd2f4ec7730a810"