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: "5ba10c5fc34630e5b0e55ad4db3faca313e7ef3f" 31url { 32 src: 33 "https://github.com/zshipko/ocaml-bimage/releases/download/v0.4.0/bimage-v0.4.0.tbz" 34 checksum: [ 35 "sha256=726857dcd495a35ec7be2e0fdc25473b3e39ba5f211142b4a5bc3b66ee9221ef" 36 "sha512=91a48e63499303ca08ed01d745fd40639e8aaaecc1e72deb11f3c29120dc36fab8b0e1f5329bf971df8bf5e1fd35e3a983d9cccb9513615e5f916cc315792947" 37 ] 38}