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://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: 17 "https://github.com/johnwhitington/camlpdf/archive/refs/tags/v2.8.tar.gz" 18 checksum: [ 19 "md5=878c5f0e655bc101eb4c43c04843b8af" 20 "sha512=a1e47003876494932a4a584f8e20f9d99085044cedf418997be97198b28f49ec026e97530b691afc2722e021d19e8327a1f0155e7e231262a362d722683ac1c4" 21 ] 22}