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" "sdl"] 10 11depends: 12[ 13 "ocaml" {>= "4.03.0"} 14 "dune" {>= "1.1"} 15 "bimage" {= version} 16 "tsdl" {>= "0.9"} 17] 18 19build: [ 20 ["dune" "build" "-p" name "-j" jobs] 21 ["dune" "runtest" "-p" name] {with-test} 22] 23 24 25synopsis: """ 26Bimage_gtk allows images to be displayed using SDL 27""" 28 29description: """ 30An image processing library for OCaml providing efficient, composable operations. 31Additionally, bimage supports most types supported by Bigarray. 32""" 33url { 34 src: "https://github.com/zshipko/ocaml-bimage/archive/v0.1.1.tar.gz" 35 checksum: [ 36 "md5=801536704a0c6449962e817f49ef404c" 37 "sha512=3fd4202c00246e33d5fdea5a868a097b8c69e0c84b88169635b2773534683557d7cd540e0da9534adb89b394f76f2a106a8f9cb14175cfdfe7471cf72c95193b" 38 ] 39}