Remove extra-files entry from opam file
This commit is contained in:
parent
1980bc8dbd
commit
23c7a340ca
|
@ -0,0 +1,17 @@
|
|||
opam-version: "2.0"
|
||||
name: "cpdf"
|
||||
version: "v2.6"
|
||||
maintainer: "contact@coherentgraphics.co.uk"
|
||||
license: "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"
|
Loading…
Reference in New Issue