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" & < "5.0.0"} 14 "dune" {>= "2.0"} 15 "bimage" {= version} 16 "glfw-ocaml" {>= "3.3.0"} 17 "conf-glew" 18] 19 20build: [ 21 ["dune" "build" "-p" name "-j" jobs] 22] 23 24synopsis: """ 25Window system for Bimage 26""" 27 28description: """ 29Allows for Bimage Images to be displayed using OpenGL 30""" 31 32available: os = "linux" 33 34url { 35 src: 36 "https://github.com/zshipko/ocaml-bimage/releases/download/v0.5.0/bimage-0.5.0.tbz" 37 checksum: [ 38 "sha256=3875b65b243ea7055af6aeb70099fcfbde7973ad02e5b1613c16ffb702c77cd8" 39 "sha512=7ff3fd5d71c93b11a487d7be3fdfca4b0e98973551f44d2fd49b8b4ce866f7ad380a4a784ba16ea01173c52e24b2d93b9a635c471b690b35792c12c4ee69a886" 40 ] 41} 42x-commit-hash: "40b4b115ccebb1819a70b4a69cb48297971e30ae"