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"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
]
synopsis: "Read, write and modify PDF files"
url {
  src: "https://github.com/johnwhitington/camlpdf/archive/v2.3.zip"
  checksum: "md5=61631634e5e91017281676253ff690e5"
}
