From ca9d840129016e39b4cbc4e8b951b1fea8ffa7e8 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 14 Jan 2022 11:34:50 +0000 Subject: [PATCH] Adds CamlPDF v2.5 --- packages/camlpdf/camlpdf.2.5/opam | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/camlpdf/camlpdf.2.5/opam diff --git a/packages/camlpdf/camlpdf.2.5/opam b/packages/camlpdf/camlpdf.2.5/opam new file mode 100644 index 00000000000..eaec282b74b --- /dev/null +++ b/packages/camlpdf/camlpdf.2.5/opam @@ -0,0 +1,18 @@ +opam-version: "2.0" +maintainer: "contact@coherentgraphics.co.uk" +authors: ["John Whitington"] +homepage: "http://github.com/johnwhitington/camlpdf" +bug-reports: "http://github.com/johnwhitington/camlpdf/issues" +dev-repo: "git://github.com/johnwhitington/camlpdf" +license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +build: [[make]] +install: [[make "install"]] +depends: [ + "ocaml" + "ocamlfind" {build} +] +synopsis: "Read, write and modify PDF files" +url { + src: "https://github.com/johnwhitington/camlpdf/archive/v2.5.zip" + checksum: "md5=2fddd22df0d39c61881e08a74ddaf26c" +}