this repo has no description
1opam-version: "2.0" 2maintainer: "jun.furuse@gmail.com" 3authors: ["Jun Furuse" "François Pessaux" "Pierre Weis"] 4homepage: "https://gitlab.com/camlspotter/camlimages" 5bug-reports: 6 "https://gitlab.com/camlspotter/camlimages/-/issues" 7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8dev-repo: "git+https://gitlab.com/camlspotter/camlimages" 9build: ["dune" "build" "-p" name "-j" jobs] 10depends: [ 11 "base" 12 "cppo" {build} 13 "dune" {>= "1.11"} 14 "dune-configurator" {build & >= "2.0.0"} 15 "ocaml" {>= "4.07.0" & < "5.0"} 16 "ocamlfind" {build} 17 "stdio" 18] 19depopts: ["lablgtk" "graphics"] 20conflicts: [ 21 "lablgtk" {< "2.18.6"} 22] 23synopsis: "Image processing library" 24description: """ 25An image processing library, which provides loading and saving various 26image formats with an interface for the Caml graphics library. It has 27also an interface with the freetype library to draw texts using 28truetype fonts.""" 29url { 30 src: 31 "https://gitlab.com/camlspotter/camlimages/-/archive/5.0.3/camlimages-5.0.3.tar.bz2" 32 checksum: [ 33 "sha256=b8203da78a9733488e40fafccfafb874c9ebafd8a5f1fa1d9a46ae2ac241e97a" 34 "md5=7dd5aa1944d01d2e908d4caa1e1bba78" 35 ] 36}