this repo has no description

Merge pull request #18901 from johnwhitington/master

Adds cpdf v2.4

Changed files
+21
packages
cpdf
cpdf.2.4
+1
packages/cpdf/cpdf.2.4/files/cpdf.install
···
+
bin: ["cpdf"]
+20
packages/cpdf/cpdf.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@coherentgraphics.co.uk"
+
license: "Coherent Graphics Ltd Non-Commercial Use License Agreement"
+
build: [[make]]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"ocamlfind" {build}
+
"camlpdf" {= version}
+
]
+
homepage: "http://github.com/johnwhitington/cpdf-source"
+
authors: ["John Whitington"]
+
bug-reports: "http://github.com/johnwhitington/cpdf-source/issues"
+
dev-repo: "git://github.com/johnwhitington/cpdf-source"
+
install: [[make "install"]]
+
synopsis: "High-level pdf tools based on CamlPDF"
+
extra-files: ["cpdf.install" "md5=aca30b2d4fec0e5a38374cfefee70a33"]
+
url {
+
src: "https://github.com/johnwhitington/cpdf-source/archive/v2.4.zip"
+
checksum: "md5=478efa24aeb214e1ff47a2fa131696cb"
+
}