From 862440555191f2ceda7321926c138d9107f22d09 Mon Sep 17 00:00:00 2001 From: Jun Furuse Date: Sat, 9 Dec 2023 20:17:27 +0900 Subject: [PATCH] Package camlimages.5.0.5 --- packages/camlimages/camlimages.5.0.5/opam | 51 +++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 packages/camlimages/camlimages.5.0.5/opam diff --git a/packages/camlimages/camlimages.5.0.5/opam b/packages/camlimages/camlimages.5.0.5/opam new file mode 100644 index 00000000000..b2b26e372fb --- /dev/null +++ b/packages/camlimages/camlimages.5.0.5/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +synopsis: "Image processing library" +description: + "An image processing library, which provides loading and saving various image formats with an interface for the Caml graphics library. It has also an interface with the freetype library to draw texts using truetype fonts." +maintainer: "Jun FURUSE " +authors: "Jun FURUSE " +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +homepage: "https://gitlab.com/camlspotter/camlimages" +bug-reports: "https://gitlab.com/camlspotter/camlimages/-/issues" +depends: [ + "ocaml" {>= "4.12.1"} + "dune" {>= "3.2"} + "base" {build} + "stdio" {build} + "cppo" {build} + "dune-configurator" {build & >= "2.0.0"} + "ocamlfind" {build} + "odoc" {with-doc} +] +depopts: [ + "lablgtk" + "graphics" + "conf-libpng" + "conf-libjpeg" + "conf-freetype" + "conf-libgif" + "conf-ghostscript" +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://gitlab.com/camlspotter/camlimages.git" +url { + src: + "https://gitlab.com/camlspotter/camlimages/-/archive/5.0.5/camlimages-5.0.5.tar.gz" + checksum: [ + "md5=84929b30257aa8e493dc84303768f400" + "sha512=b3774d2287e4a97082f0289766f5a79d3e75454a194d2d6400cee9cf926f7676d8eba4cb27221a98314461b7a81b4386b253f1d706a94447423394be89d2ed49" + ] +} \ No newline at end of file