this repo has no description

Merge pull request #24277 from johnwhitington/opam-publish-cpdf-source.2.6

Package cpdf.2.6

Kate 02a37488 b50fcd19

Changed files
+28
packages
cpdf
cpdf.2.6
+1
packages/cpdf/cpdf.2.6/files/cpdf.install
···
+
bin: ["cpdf"]
+27
packages/cpdf/cpdf.2.6/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@coherentgraphics.co.uk"
+
license: "LicenseRef-Coherent-Graphics-Ltd-Non-Commercial-Use-License-Agreement"
+
build: [[make]]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"ocamlfind" {build}
+
"camlpdf" {= version}
+
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
+
homepage: "http://github.com/johnwhitington/cpdf-source"
+
authors: ["John Whitington"]
+
bug-reports: "http://github.com/johnwhitington/cpdf-source/issues"
+
dev-repo: "git+https://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/refs/tags/v2.6.tar.gz"
+
checksum: [
+
"md5=f69a01ef0f02a57d6c8e2e7b75984bca"
+
"sha512=482ffe027112d313f876758d83353c2952bf30e351748c2aa832f333da1683ad4adb813b6c3c87b77462b7da2922e38dd2d668bac6558ad315e1286a31446e1d"
+
]
+
}