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" 7build: [[make]] 8install: [[make "install"]] 9depends: [ 10 "ocaml" {< "5.0"} 11 "ocamlfind" {build} 12] 13synopsis: "Read, write and modify PDF files" 14url { 15 src: "https://github.com/johnwhitington/camlpdf/archive/v2.3.zip" 16 checksum: [ 17 "sha256=72e98ea01a97376d974ef61c278ddc22d2dc44742948f53790651a79f5c02b3e" 18 "md5=61631634e5e91017281676253ff690e5" 19 ] 20}