File: cpdf.opam

package info (click to toggle)
cpdf 2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,140 kB
  • sloc: ml: 35,825; makefile: 66; sh: 49
file content (17 lines) | stat: -rw-r--r-- 499 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
opam-version: "2.0"
name: "cpdf"
version: "2.9"
maintainer: "contact@coherentgraphics.co.uk"
license: "AGPL-3.0-or-later"
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: "PDF command line tools"