this repo has no description

Merge pull request #24262 from johnwhitington/master

CamlPDF v2.6

Kate e4f0707c edbb09fb

Changed files
+18
packages
camlpdf
camlpdf.2.6
+18
packages/camlpdf/camlpdf.2.6/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/v2.6.zip"
+
checksum: "sha256=0625166be89e2d29990273bcba70a5ea2747301e8b7cf4f510c8f2fbc02da7ae"
+
}