2023-08-15 15:01:33 +02:00
|
|
|
opam-version: "2.0"
|
2023-08-15 18:57:08 +02:00
|
|
|
name: "cpdf"
|
2024-10-23 16:26:14 +02:00
|
|
|
version: "2.7.2"
|
2023-08-15 15:01:33 +02:00
|
|
|
maintainer: "contact@coherentgraphics.co.uk"
|
2024-07-23 15:47:13 +02:00
|
|
|
license: "AGPL-3.0-or-later"
|
2023-08-15 15:01:33 +02:00
|
|
|
build: [[make]]
|
|
|
|
depends: [
|
|
|
|
"ocaml" {>= "4.10.0"}
|
|
|
|
"ocamlfind" {build}
|
|
|
|
"camlpdf" {= version}
|
|
|
|
]
|
|
|
|
homepage: "http://github.com/johnwhitington/cpdf-source"
|
|
|
|
authors: ["John Whitington"]
|
|
|
|
bug-reports: "http://github.com/johnwhitington/cpdf-source/issues"
|
|
|
|
dev-repo: "git+https://github.com/johnwhitington/cpdf-source"
|
|
|
|
install: [[make "install"]]
|
2024-07-19 16:10:19 +02:00
|
|
|
synopsis: "PDF command line tools"
|