this repo has no description
1opam-version: "2.0"
2maintainer: "contact@coherentgraphics.co.uk"
3authors: ["John Whitington"]
4build: [[make]]
5remove: [["ocamlfind" "remove" "graphicspdf"]]
6depends: [
7 "ocaml"
8 "ocamlfind"
9 "camlpdf" {>= "2.2.1" & < "2.6"}
10]
11homepage: "http://github.com/johnwhitington/graphicspdf"
12bug-reports: "http://github.com/johnwhitington/graphicspdf/issues"
13dev-repo: "git+https://github.com/johnwhitington/graphicspdf"
14install: [[make "install"]]
15synopsis: "Version of OCaml's Graphics library which outputs PDFs."
16flags: light-uninstall
17url {
18 src: "https://github.com/johnwhitington/graphicspdf/archive/v2.2.1.zip"
19 checksum: [
20 "sha256=7265d2250452e8408148a7bb4a386ea93bf9dbd1c178365276fc07f97a68b27c"
21 "md5=97299c417316693bbf9413a5345bf3f8"
22 ]
23}