opam-version: "2.0"
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: ["Ian F. Darwin"]
homepage: "https://github.com/file/file"
license: "MIT"
depexts: [
  ["file-dev"] {os-distribution = "alpine"}
  ["file-devel"] {os-distribution = "centos"}
  ["file-devel"] {os-distribution = "fedora"}
  ["file-devel"] {os-family = "suse"}
  ["libmagic-dev"] {os-family = "debian"}
  ["libmagic"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on a libmagic system installation"
description:
  "This package can only install if the libmagic is installed on the system."
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
