this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package camlpdf.2.8.1

authored by

Marcello Seri and committed by
GitHub
3e447b7c dabc6e3b

+22
+22
packages/camlpdf/camlpdf.2.8.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@coherentgraphics.co.uk" 3 + authors: ["John Whitington"] 4 + homepage: "http://github.com/johnwhitington/camlpdf" 5 + bug-reports: "http://github.com/johnwhitington/camlpdf/issues" 6 + dev-repo: "git://github.com/johnwhitington/camlpdf" 7 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8 + build: [[make]] 9 + install: [[make "install"]] 10 + depends: [ 11 + "ocaml" {>= "4.10"} 12 + "ocamlfind" {build} 13 + ] 14 + synopsis: "Read, write and modify PDF files" 15 + url { 16 + src: 17 + "https://github.com/johnwhitington/camlpdf/archive/refs/tags/v2.8.1.tar.gz" 18 + checksum: [ 19 + "md5=93883956f317d4037341b6a0da8a6d03" 20 + "sha512=baf16128dbe4b3bf1cc1c726976e083cd12113de6865a1d847f1e606bdc2570ce474076d5350d705dd22f538e21dd524d9e8bd56708fedd56df822be92be36a2" 21 + ] 22 + }