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