this repo has no description

Merge pull request #27688 from johnwhitington/opam-publish-camlpdf.2.8.1

Package camlpdf.2.8.1

Changed files
+22
packages
camlpdf
camlpdf.2.8.1
+22
packages/camlpdf/camlpdf.2.8.1/opam
···
+
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"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
build: [[make]]
+
install: [[make "install"]]
+
depends: [
+
"ocaml" {>= "4.10"}
+
"ocamlfind" {build}
+
]
+
synopsis: "Read, write and modify PDF files"
+
url {
+
src:
+
"https://github.com/johnwhitington/camlpdf/archive/refs/tags/v2.8.1.tar.gz"
+
checksum: [
+
"md5=93883956f317d4037341b6a0da8a6d03"
+
"sha512=baf16128dbe4b3bf1cc1c726976e083cd12113de6865a1d847f1e606bdc2570ce474076d5350d705dd22f538e21dd524d9e8bd56708fedd56df822be92be36a2"
+
]
+
}