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"] 10 11depends: 12[ 13 "ocaml" {>= "4.08.0"} 14 "dune" {>= "2.0"} 15 "bimage" {= version} 16 "conf-openimageio" 17] 18 19build: [ 20 ["dune" "build" "-p" name "-j" jobs] 21] 22 23synopsis: """ 24Input/output for Bimage using OpenImageIO 25""" 26 27description: """ 28Input/output for Bimage using OpenImageIO 29""" 30x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f" 31url { 32 src: 33 "https://github.com/zshipko/ocaml-bimage/releases/download/v0.3.0/bimage-v0.3.0.tbz" 34 checksum: [ 35 "sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4" 36 "sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7" 37 ] 38}