this repo has no description
1opam-version: "2.0"
2maintainer: "contact@coherentgraphics.co.uk"
3authors: ["John Whitington"]
4homepage: "http://github.com/johnwhitington/camlpdf"
5bug-reports: "http://github.com/johnwhitington/camlpdf/issues"
6dev-repo: "git+https://github.com/johnwhitington/camlpdf"
7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8build: [[make]]
9install: [[make "install"]]
10depends: [
11 "ocaml" {>= "4.10" & < "5.0"}
12 "ocamlfind" {build}
13 "conf-which" {build}
14]
15synopsis: "Read, write and modify PDF files"
16url {
17 src: "https://github.com/johnwhitington/camlpdf/archive/v2.5.zip"
18 checksum: [
19 "sha256=49a6bde1f90b2a9a4de6f5fa54bc4a06dc21de9f1c024fcbbe0980621938bf80"
20 "md5=2fddd22df0d39c61881e08a74ddaf26c"
21 ]
22}