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" {>= "1.1"}
15 "bimage" {= version}
16 "lablgtk3" {>= "3.0.beta6"}
17 "cairo2" {>= "0.6"}
18]
19
20build: [
21 ["dune" "build" "-p" name "-j" jobs]
22]
23
24
25synopsis: """
26Bimage_gtk allows images to be displayed in GTK windows
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.2.tar.gz"
35 checksum: [
36 "md5=6ccee1b75d2adf84330e886e7ac2c04b"
37 "sha512=1cca1e5110f729b5d443dee84198bad10eb834e5feb67558ddbd7be281fb8622d5fd05c0f81f53115e268eafb9d3f64178048c4c85c0ff0038f2b2412338ae7a"
38 ]
39}