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"
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.0.0"}
21 "conf-pkg-config" {build}
22 "conf-cairo"
23 "cairo2" {= version}
24 "lablgtk"
25]
26synopsis: "Rendering Cairo on Gtk2 canvas"
27description: """
28This provides the link between Cairo and Lablgtk.
29"""
30url {
31 src:
32 "https://github.com/Chris00/ocaml-cairo/releases/download/0.6.4/cairo2-0.6.4.tbz"
33 checksum: [
34 "sha256=40357352d7205d3a5735855643830cb345f2db838ff9d19a532018760d468a05"
35 "sha512=2fd755b32253a4c441146fb41d13bf7ad4ce3828bc479ece296fb58350e20c7349c22457ad99fa080407b5150ce337a753221043f18b7b641f4c5bc98e37e799"
36 ]
37}
38x-commit-hash: "aa096da2aafe6a59ea48ed7b4907e451757b8b91"