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 "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" 33url { 34 src: 35 "https://github.com/zshipko/ocaml-bimage/releases/download/v0.6.0/bimage-0.6.0.tbz" 36 checksum: [ 37 "sha256=7d4019a7783f20e5d9f1af72d0b5b14ef56cbfad9ed440da752cfc24d0f8d083" 38 "sha512=4abfcfcde072b8bae76ca24dd25b31e0695c08a7b2d43fa5a433ade3202527af4d24fbed9b3b90fe3888b837acaa8c6718e39c8a6014d61ee7faa390818a1133" 39 ] 40} 41x-commit-hash: "67b5cdd9b1b3a72b53e90ac4ecb285aa4f06a28e"