opam-version: "1.2"
homepage: "https://bitbucket.org/camlspotter/camlimages"
license: "LGPL-2 with OCaml linking exception"
authors: [
  "Jun Furuse"
  "François Pessaux"
  "Pierre Weis"
]
maintainer: "jun.furuse@gmail.com"
depends: [
  "ocamlfind" { build }
  "cppo" { build }
  "configurator" { build }
  "jbuilder"
  "base-unix"
]
depopts: [
  "lablgtk"
  "graphics"
]
conflicts: [
  "lablgtk" { < "2.18.6" }
]
available: [ocaml-version >= "4.06.0"]
