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/v2.6.zip" 17 checksum: "sha256=0625166be89e2d29990273bcba70a5ea2747301e8b7cf4f510c8f2fbc02da7ae" 18}