-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
39 lines (34 loc) · 1.09 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: ["Zach Shipko <zachshipko@gmail.com>"]
homepage: "https://github.com/zshipko/ocaml-bimage"
doc: "https://zshipko.github.io/ocaml-bimage/doc"
license: "ISC"
dev-repo: "git+https://github.com/zshipko/ocaml-bimage.git"
bug-reports: "https://github.com/zshipko/ocaml-bimage/issues"
tags: ["image processing" "sdl"]
depends:
[
"ocaml" {>= "4.03.0"}
"dune" {>= "1.1"}
"bimage" {= version}
"tsdl" {>= "0.9"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
synopsis: """
Bimage_gtk allows images to be displayed using SDL
"""
description: """
An image processing library for OCaml providing efficient, composable operations.
Additionally, bimage supports most types supported by Bigarray.
"""
url {
src: "https://github.com/zshipko/ocaml-bimage/archive/v0.1.2.tar.gz"
checksum: [
"md5=6ccee1b75d2adf84330e886e7ac2c04b"
"sha512=1cca1e5110f729b5d443dee84198bad10eb834e5feb67558ddbd7be281fb8622d5fd05c0f81f53115e268eafb9d3f64178048c4c85c0ff0038f2b2412338ae7a"
]
}