this repo has no description

[new release] bimage-unix, conf-openimageio, bimage, bimage-io, bimage-display and bimage-lwt (0.3.0)

CHANGES:

- Overhaul of `Color` and `Type`
- Added `FILTER`/`Filter`
- Added `Bimage_io` and `Bimage_lwt`

Changed files
+227
packages
bimage
bimage.0.3.0
bimage-display
bimage-display.0.3.0
bimage-io
bimage-io.0.3.0
bimage-lwt
bimage-lwt.0.3.0
bimage-unix
bimage-unix.0.3.0
conf-openimageio
conf-openimageio.0.3.0
+40
packages/bimage-display/bimage-display.0.3.0/opam
···
+
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"]
+
+
depends:
+
[
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
"bimage" {= version}
+
"glfw-ocaml"
+
"conf-glew"
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
+
synopsis: """
+
Window system for Bimage
+
"""
+
+
description: """
+
Allows for Bimage Images to be displayed using OpenGL
+
"""
+
x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f"
+
url {
+
src:
+
"https://github.com/zshipko/ocaml-bimage/releases/download/v0.3.0/bimage-v0.3.0.tbz"
+
checksum: [
+
"sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4"
+
"sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7"
+
]
+
}
+39
packages/bimage-io/bimage-io.0.3.0/opam
···
+
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"]
+
+
depends:
+
[
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
"bimage" {= version}
+
"conf-openimageio"
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
+
synopsis: """
+
Input/output for Bimage using OpenImageIO
+
"""
+
+
description: """
+
Input/output for Bimage using OpenImageIO
+
"""
+
x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f"
+
url {
+
src:
+
"https://github.com/zshipko/ocaml-bimage/releases/download/v0.3.0/bimage-v0.3.0.tbz"
+
checksum: [
+
"sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4"
+
"sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7"
+
]
+
}
+38
packages/bimage-lwt/bimage-lwt.0.3.0/opam
···
+
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"]
+
+
depends:
+
[
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
"lwt"
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: """
+
A simple, efficient image-processing library (LWT bindings)
+
"""
+
+
description: """
+
LWT bindings for Bimage, an image processing library for OCaml providing efficient, composable operations.
+
Additionally, bimage supports most types supported by Bigarray.
+
"""
+
x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f"
+
url {
+
src:
+
"https://github.com/zshipko/ocaml-bimage/releases/download/v0.3.0/bimage-v0.3.0.tbz"
+
checksum: [
+
"sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4"
+
"sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7"
+
]
+
}
+41
packages/bimage-unix/bimage-unix.0.3.0/opam
···
+
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"]
+
+
depends:
+
[
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
"bimage" {= version}
+
"ctypes" {>= "0.14"}
+
"ctypes-foreign" {>= "0.4"}
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
+
synopsis: """
+
Bimage_unix provides methods for encoding/decoding images in many formats using ImageMagick/stb_image
+
"""
+
+
description: """
+
An image processing library for OCaml providing efficient, composable operations.
+
Additionally, bimage supports most types supported by Bigarray.
+
"""
+
x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f"
+
url {
+
src:
+
"https://github.com/zshipko/ocaml-bimage/releases/download/v0.3.0/bimage-v0.3.0.tbz"
+
checksum: [
+
"sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4"
+
"sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7"
+
]
+
}
+37
packages/bimage/bimage.0.3.0/opam
···
+
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"]
+
+
depends:
+
[
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: """
+
A simple, efficient image-processing library
+
"""
+
+
description: """
+
An image processing library for OCaml providing efficient, composable operations.
+
Additionally, bimage supports most types supported by Bigarray.
+
"""
+
x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f"
+
url {
+
src:
+
"https://github.com/zshipko/ocaml-bimage/releases/download/v0.3.0/bimage-v0.3.0.tbz"
+
checksum: [
+
"sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4"
+
"sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7"
+
]
+
}
+32
packages/conf-openimageio/conf-openimageio.0.3.0/opam
···
+
opam-version: "2.0"
+
maintainer: "zachshipko@gmail.com"
+
homepage: "https://www.openimageio.org"
+
authors: "OpenImageIO"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "MIT"
+
build: [
+
["pkg-config" "--atleast-version=2" "OpenImageIO"]
+
]
+
depends: ["conf-pkg-config" {build}]
+
depexts: [
+
["libopenimageio-dev"] {os-family = "debian"}
+
["openimageio-devel"] {os-distribution = "fedora"}
+
["openimageio-devel" "epel-release"] {os-distribution = "centos"}
+
["openimageio-devel"] {os-family = "suse"}
+
["openimageio-dev"] {os-distribution = "alpine"}
+
["openimageio"] {os = "macos" & os-distribution = "homebrew"}
+
["openimageio"] {os = "macos" & os-distribution = "macports"}
+
]
+
synopsis: "Virtual package relying on OpenImageIO development package installation"
+
description: """
+
This package can only install if OpenImageIO is available on the system.
+
"""
+
flags: conf
+
x-commit-hash: "683ba69b9a9c0406a85b4084da38c2dd604e390f"
+
url {
+
src: "https://www.openimageio.org/releases/bimage-v0.3.0.tbz"
+
checksum: [
+
"sha256=d3c16024d56ad368dca87cdd09aac6d949e8834770942fd27175474f423569a4"
+
"sha512=946ddd44508356c99617f45d4c93eb7dc4eaee4e1d4e38dcce8e65a327fa90773f46c0f178afc1db550935bfbc44aed3340f4f1d12d2f851c14ba4a28e8a41c7"
+
]
+
}