File: cpdf.opam

package info (click to toggle)
cpdf 2.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,828 kB
  • sloc: ml: 34,724; makefile: 65; sh: 45
file content (17 lines) | stat: -rw-r--r-- 501 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.8.1"
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"