opam-version: "1.2"
version: "5.0.1"
maintainer: "jun.furuse@gmail.com"
authors: ["Jun Furuse" "François Pessaux" "Pierre Weis"]
homepage: "https://bitbucket.org/camlspotter/camlimages"
bug-reports:
  "https://bitbucket.org/camlspotter/camlimages/issues?status=new&status=open"
license: "LGPL-2 with OCaml linking exception"
dev-repo: "hg://https://bitbucket.org/camlspotter/camlimages"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocamlfind" {build}
  "cppo" {build}
  "configurator" {build}
  "jbuilder" {build}
  "base-unix"
]
depopts: ["lablgtk" "graphics"]
conflicts: [
  "lablgtk" {< "2.18.6"}
]
available: [ocaml-version >= "4.06.0"]
