opam-version: "2.0" maintainer: "Christophe Troestler " authors: [ "Christophe Troestler " "Pierre Hauweele " ] license: "LGPL-3.0" 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.4/cairo2-0.6.4.tbz" checksum: [ "sha256=40357352d7205d3a5735855643830cb345f2db838ff9d19a532018760d468a05" "sha512=2fd755b32253a4c441146fb41d13bf7ad4ce3828bc479ece296fb58350e20c7349c22457ad99fa080407b5150ce337a753221043f18b7b641f4c5bc98e37e799" ] } x-commit-hash: "aa096da2aafe6a59ea48ed7b4907e451757b8b91"