this repo has no description
0
fork

Configure Feed

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

Merge pull request #18901 from johnwhitington/master

Adds cpdf v2.4

authored by

Marcello Seri and committed by
GitHub
df20c610 c3cc4e61

+21
+1
packages/cpdf/cpdf.2.4/files/cpdf.install
··· 1 + bin: ["cpdf"]
+20
packages/cpdf/cpdf.2.4/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@coherentgraphics.co.uk" 3 + license: "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://github.com/johnwhitington/cpdf-source" 14 + install: [[make "install"]] 15 + synopsis: "High-level pdf tools based on CamlPDF" 16 + extra-files: ["cpdf.install" "md5=aca30b2d4fec0e5a38374cfefee70a33"] 17 + url { 18 + src: "https://github.com/johnwhitington/cpdf-source/archive/v2.4.zip" 19 + checksum: "md5=478efa24aeb214e1ff47a2fa131696cb" 20 + }