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"] depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "1.1"} "bimage" {= version} "ctypes" {>= "0.14"} "ctypes-foreign" {>= "0.4"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] synopsis: """ Bimage_unix provides methods for encoding/decoding images in many formats using ImageMagick/Ffmpeg/stb_image """ 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.1.tar.gz" checksum: [ "md5=801536704a0c6449962e817f49ef404c" "sha512=3fd4202c00246e33d5fdea5a868a097b8c69e0c84b88169635b2773534683557d7cd540e0da9534adb89b394f76f2a106a8f9cb14175cfdfe7471cf72c95193b" ] }