cpdf-source/cpdf.opam

18 lines
566 B
Plaintext
Raw Normal View History

opam-version: "2.0"
2023-08-15 18:57:08 +02:00
name: "cpdf"
2024-02-14 15:51:22 +01:00
version: "2.7"
maintainer: "contact@coherentgraphics.co.uk"
2023-08-16 14:53:52 +02:00
license: "LicenseRef-Coherent-Graphics-Ltd-Non-Commercial-Use-License-Agreement"
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"]]
synopsis: "High-level PDF tools based on CamlPDF"