opam-version: "2.0" maintainer: "Zach Shipko " authors: ["Zach Shipko "] homepage: "https://github.com/zshipko/ocaml-bimage" doc: "https://zshipko.github.io/ocaml-bimage/doc" license: "ISC" dev-repo: "git+https://github.com:zshipko/ocaml-bimage.git" bug-reports: "https://github.com/zshipko/ocaml-bimage/issues" tags: ["image processing" "gtk"] depends: [ "ocaml" {>= "4.03.0"} "dune" "bimage" {= version} "lablgtk" {>= "2.18"} "cairo2" {>= "0.6"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] synopsis: """ Bimage_gtk allows images to be displayed in GTK windows """ description: """ An image processing library for OCaml providing efficient, composable operations. Additionally, bimage supports most types supported by Bigarray. """ url { src: "https://github.com/zshipko/ocaml-bimage/archive/v0.1.tar.gz" checksum: [ "md5=d99320389cab8e85c6021c96cc98cb7c" "sha512=d98d334eff3f077b9aadc5c082809976b79902d2d31788d8e40e9773687d0c8678030cb8efc71581822a46afeac92d34ab8933f5507bceea6cd7e38e78456334" ] }