opam-version: "2.0"
maintainer: "blue-prawn"
authors: "The Expat Authors"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
homepage: "http://www.libexpat.org/"
license: "MIT"
build: [["pkg-config" "expat"]]
depends: ["conf-pkg-config" {build}]
depexts: [
  ["libexpat1-dev"] {os-family = "debian"}
  ["libexpat1-devel"] {os-distribution = "mageia"}
  ["expat-devel"] {os-distribution = "fedora"}
  ["expat"] {os-distribution = "nixos"}
]
synopsis: "Virtual package relying on an expat system installation"
description:
  "This package can only install if the expat lib is installed on the system."
flags: conf
