this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: [ "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 4 "Pierre Hauweele <pierre@hauweele.net>" ] 5license: "LGPL-3.0-or-later" 6homepage: "https://github.com/Chris00/ocaml-cairo" 7dev-repo: "git+https://github.com/Chris00/ocaml-cairo.git" 8bug-reports: "https://github.com/Chris00/ocaml-cairo/issues" 9doc: "https://Chris00.github.io/ocaml-cairo/doc" 10tags: ["Cairo" "stroke" "drawing" "tutorial"] 11build: [ 12 ["dune" "subst"] {dev} 13 ["dune" "build" "-p" name "-j" jobs] 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 16] 17depends: [ 18 "ocaml" {>= "4.02"} 19 "base-bigarray" 20 "dune" {>= "2.7.0"} 21 "conf-pkg-config" {build} 22 "conf-cairo" 23 "cairo2" {= version} 24 "lablgtk" 25] 26synopsis: "Interface between Cairo and Pango (for Gtk2)" 27description: """ 28This package provides a way to use Pango (lablgtk, Gtk2) with Cairo. 29""" 30url { 31 src: 32 "https://github.com/Chris00/ocaml-cairo/releases/download/0.6.5/cairo2-0.6.5.tbz" 33 checksum: [ 34 "sha256=25dc41c9436d9abcf56caad9a105944ff7346041b8cc6a2a654ab8848b657372" 35 "sha512=9c13aaf0c716ac2fdec90d6dcb90a654c051cb9aa896e9333b819e68669efbf3ee7bb147882d45dd5b86db3fd868158bce46f46c5c8960f9add523d64342f704" 36 ] 37} 38x-commit-hash: "918ef6ee0b5ccef2947fafb11bd2f4ec7730a810"