Skip to content

Commit efe12b3

Browse files
authored
Merge pull request #26285 from johnwhitington/opam-publish-cpdf.2.7.1
Package cpdf.2.7.1
2 parents d7e8a9d + f10b06a commit efe12b3

File tree

1 file changed

+23
-0
lines changed
  • packages/cpdf/cpdf.2.7.1

1 file changed

+23
-0
lines changed

packages/cpdf/cpdf.2.7.1/opam

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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.7.1.tar.gz"
19+
checksum: [
20+
"md5=9dc2502c6e97a786cdd1af5e1db5a2e1"
21+
"sha512=b23c1c151f095d11b6c3c56766cdc05aa6b12a0e1224880a050f69f67c4d40053f2415ac3f9e54233bf8314ca8bdfccc2c65dd44b0c6d60ae8d7c08b1c411a04"
22+
]
23+
}

0 commit comments

Comments
 (0)