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://github.com/johnwhitington/camlpdf"
build: [[make]]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "camlpdf"]]
depends: [
  "ocaml" {< "4.10"}
  "ocamlfind"
]
patches: "unsafe_string.patch" {ocaml:version >= "4.06"}
synopsis: "Read, write and modify PDF files"
flags: light-uninstall
extra-files: ["unsafe_string.patch" "md5=8db2be9fbd23c06a96cffca03af741b0"]
url {
  src: "https://github.com/johnwhitington/camlpdf/archive/v2.2.1.zip"
  checksum: "md5=79d84ee6ae54357d187eff6e801e1549"
}
