this repo has no description

Package camlpdf.2.7.1

Changed files
+22
packages
camlpdf
camlpdf.2.7.1
+22
packages/camlpdf/camlpdf.2.7.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.7.1.tar.gz"
+
checksum: [
+
"md5=5ec4c14006769e68be97a3ed70d46bc7"
+
"sha512=2480a282a6ce09444ed14a3f41561375ecf7e3c57f7559a48ad9791d9f824e59820bfd39aa36910ff6bdc9b160cef76ab90dbbfe628c836c3f5c5081dfd5e452"
+
]
+
}