this repo has no description
0
fork

Configure Feed

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

Merge pull request #25407 from johnwhitington/opam-publish-cpdf.2.7

Package cpdf.2.7

authored by

Marcello Seri and committed by
GitHub
21f32663 4b4bb6ef

+23
+23
packages/cpdf/cpdf.2.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@coherentgraphics.co.uk" 3 + license: "LicenseRef-Coherent-Graphics-Ltd-Non-Commercial-Use-License-Agreement" 4 + build: [[make]] 5 + depends: [ 6 + "ocaml" {>= "4.10.0"} 7 + "ocamlfind" {build} 8 + "camlpdf" {= version} 9 + ] 10 + homepage: "http://github.com/johnwhitington/cpdf-source" 11 + authors: ["John Whitington"] 12 + bug-reports: "http://github.com/johnwhitington/cpdf-source/issues" 13 + dev-repo: "git+https://github.com/johnwhitington/cpdf-source" 14 + install: [[make "install"]] 15 + synopsis: "High-level PDF tools based on CamlPDF" 16 + url { 17 + src: 18 + "https://github.com/johnwhitington/cpdf-source/archive/refs/tags/v2.7.zip" 19 + checksum: [ 20 + "md5=8dd7b420b71374640679351cfa618c44" 21 + "sha512=ddb2f30d10699ef4b843d06d30620ba018dbaec1ac9180b3fb7e85d1100718ece13212d56eca18139fdf1a19e4b27dbc6f31f628c4296273813448fb29d624e0" 22 + ] 23 + }