From 23c7a340cab6ce7cd56d215514c73288c09e9bdd Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 15 Aug 2023 18:03:26 +0100 Subject: [PATCH] Remove extra-files entry from opam file --- opam | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 opam diff --git a/opam b/opam new file mode 100644 index 0000000..ef00a19 --- /dev/null +++ b/opam @@ -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"