opam-version: "2.0"
maintainer: "blue-prawn"
authors: ["John Cristy"]
homepage: "http://www.imagemagick.org/"
license: "Apache-1.0+"
build: [["pkg-config" "MagickCore"]]
depexts: [
  ["libmagickcore-dev"] {os-family = "debian"}
  ["libMagick-devel"] {os-distribution = "mageia"}
]
synopsis: "Virtual package relying on an ImageMagick system installation"
description: """
This package can only install if the Core lib of ImageMagick is
installed on the system."""
depends: ["conf-pkg-config" {build}]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
