opam-version: "2.0" maintainer: "contact@coherentgraphics.co.uk" authors: ["John Whitington"] homepage: "http://github.com/johnwhitington/camlpdf" bug-reports: "http://github.com/johnwhitington/camlpdf/issues" dev-repo: "git+https://github.com/johnwhitington/camlpdf" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" build: [[make]] install: [[make "install"]] depends: [ "ocaml" {>= "4.10" & < "5.0"} "ocamlfind" {build} "conf-which" {build} ] synopsis: "Read, write and modify PDF files" url { src: "https://github.com/johnwhitington/camlpdf/archive/v2.5.zip" checksum: [ "sha256=49a6bde1f90b2a9a4de6f5fa54bc4a06dc21de9f1c024fcbbe0980621938bf80" "md5=2fddd22df0d39c61881e08a74ddaf26c" ] }