this repo has no description
1opam-version: "2.0" 2maintainer: "Zach Shipko <zachshipko@gmail.com>" 3authors: ["Zach Shipko <zachshipko@gmail.com>"] 4homepage: "https://github.com/zshipko/ocaml-bimage" 5doc: "https://zshipko.github.io/ocaml-bimage/doc" 6license: "ISC" 7dev-repo: "git+https://github.com/zshipko/ocaml-bimage.git" 8bug-reports: "https://github.com/zshipko/ocaml-bimage/issues" 9tags: ["image processing" "gtk"] 10 11depends: 12[ 13 "ocaml" {>= "4.07.0"} 14 "dune" {>= "2.0"} 15 "bimage" {= version} 16 "lablgtk3" {>= "3.0.0"} 17 "cairo2" {>= "0.6"} 18] 19 20build: [ 21 ["dune" "build" "-p" name "-j" jobs] 22] 23 24 25synopsis: """ 26Bimage_gtk allows images to be displayed in GTK windows 27""" 28 29description: """ 30An image processing library for OCaml providing efficient, composable operations. 31Additionally, bimage supports most types supported by Bigarray. 32""" 33url { 34 src: 35 "https://github.com/zshipko/ocaml-bimage/releases/download/v0.2.1/bimage-v0.2.1.tbz" 36 checksum: [ 37 "sha256=edc83c7f2749277376a070df72e7b654b963e85f630ec56353b4ea53445d5e3a" 38 "sha512=2d92eb3e3518910fe16d1f4cb4b5b75dd49cfaf3fd06c2f6dbcf2dea1ff5457f85978649042e3ada0978fb149cfa16da2da910693b0cb1390d48174bcb7b8643" 39 ] 40}