opam-version: "2.0"
maintainer: "contact@coherentgraphics.co.uk"
build: make
remove: [["ocamlfind" "remove" "camlpdf"]]
depends: [
  "ocaml" {< "4.03.0"}
  "ocamlfind"
]
dev-repo: "git://github.com/johnwhitington/camlpdf"
install: [make "install"]
synopsis: "Read, write and modify PDF files"
flags: light-uninstall
url {
  src: "https://github.com/johnwhitington/camlpdf/archive/v1.7.1.tar.gz"
  checksum: "md5=fc025a26d05bcf7452fad2c1dcebd681"
}
