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"}
12 "ocamlfind" {build}
13]
14synopsis: "Read, write and modify PDF files"
15url {
16 src: "https://github.com/johnwhitington/camlpdf/archive/refs/tags/v2.7.zip"
17 checksum: [
18 "md5=c0c54de8b55d52c8dbd1f3bd3a8302a2"
19 "sha512=2d971df83157cebcc5575c600bddc300f1adda1864168f9d0f6e64617efe4aed3fdfb8bd983b0ea208ebf718f9739831867bf9201f0eb5d0eed7f812f38d522a"
20 ]
21}