From 409a112bcebdc6cd81ac01172ee1b4bdf98908a3 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 15 Aug 2023 14:01:33 +0100 Subject: [PATCH] Add opam file, so we can use opam-publish --- cpdf.install | 1 + opam | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 cpdf.install create mode 100644 opam diff --git a/cpdf.install b/cpdf.install new file mode 100644 index 0000000..2144b0c --- /dev/null +++ b/cpdf.install @@ -0,0 +1 @@ +bin: ["cpdf"] diff --git a/opam b/opam new file mode 100644 index 0000000..e51e703 --- /dev/null +++ b/opam @@ -0,0 +1,16 @@ +opam-version: "2.0" +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" +extra-files: ["cpdf.install" "sha=c7d851ad3b719e440d3c33806755cce4640a94ea74aa4236596e42ca9a5957ad"]