this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-libMagickCore: add support for Arch, Alpine, Fedora, OpenSuse, FreeBSD, homebrew, and Ubuntu derivatives

+7 -1
+7 -1
packages/conf-libMagickCore/conf-libMagickCore.1/opam
··· 5 5 license: "Apache-1.0+" 6 6 build: [["pkg-config" "MagickCore"]] 7 7 depexts: [ 8 - ["libmagickcore-dev"] {os-family = "debian"} 8 + ["imagemagick"] {os-distribution = "arch"} 9 + ["imagemagick-dev"] {os-distribution = "alpine"} 10 + ["libmagickcore-dev"] {os-family = "debian" | os-family = "ubuntu"} 11 + ["ImageMagick-devel"] {os-distribution = "fedora"} 9 12 ["libMagick-devel"] {os-distribution = "mageia"} 13 + ["ImageMagick"] {os-family = "suse" | os-family = "opensuse"} 14 + ["ImageMagick7"] {os = "freebsd"} 15 + ["imagemagick"] {os = "macos" & os-distribution = "homebrew"} 10 16 ] 11 17 synopsis: "Virtual package relying on an ImageMagick system installation" 12 18 description: """