this repo has no description

Merge pull request #22416 from kit-ty-kate/fix-148

Add camlpdf.2.5.3

Changed files
+19
packages
camlpdf
camlpdf.2.5.3
+19
packages/camlpdf/camlpdf.2.5.3/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+https://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}
+
"conf-which" {build}
+
]
+
synopsis: "Read, write and modify PDF files"
+
url {
+
src: "https://github.com/johnwhitington/camlpdf/archive/v2.5.3.zip"
+
checksum: "sha256=8501f9316c778cf5d393b0912974dcdcb3bdb15e735ee5d65c983c64d909b4bb"
+
}