this repo has no description
0
fork

Configure Feed

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

Package cpdf.2.8.1

+23
+23
packages/cpdf/cpdf.2.8.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@coherentgraphics.co.uk" 3 + license: "AGPL-3.0-or-later" 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: "PDF command line tools" 16 + url { 17 + src: 18 + "https://github.com/johnwhitington/cpdf-source/archive/refs/tags/v2.8.1.tar.gz" 19 + checksum: [ 20 + "md5=45ba51aae6b5d3ea6cb421037f8f73bb" 21 + "sha512=f325c703835a82be462cafa5fb9548329ef648e3aa66bca73c2ae1d9e99813b3008915018bf5090e0c0dd6e31509e97895b01c64a9b4484c4993be59e85995e8" 22 + ] 23 + }