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-only WITH OCaml-LGPL-linking-exception"
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" "build" "@doc"] {with-doc}
15]
16depends: [
17 "ocaml" {>= "4.02"}
18 "base-bigarray"
19 "dune"
20 "conf-pkg-config" {build}
21 "conf-cairo"
22 "cairo2" {= version}
23 "lablgtk"
24]
25synopsis: "Interface between Cairo and Pango (for Gtk2)"
26description: """
27This package provides a way to use Pango (lablgtk, Gtk2) with Cairo.
28"""
29url {
30 src:
31 "https://github.com/Chris00/ocaml-cairo/releases/download/0.6.1/cairo2-0.6.1.tbz"
32 checksum: [
33 "sha256=312982d6ea74cacd51826b40f9fdfe3503d2984afd7c8123d58390b488c364c6"
34 "md5=468f8fdb88431b2cc6c2edcab5082e73"
35 ]
36}