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