opam-version: "2.0"
maintainer: "thierry.martinez@inria.fr"
homepage: "http://www.boost.org"
authors: "Beman Dawes, David Abrahams, et al."
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "MIT"
depexts: [
  ["libboost-dev"] {os-family = "debian"}
  ["boost"] {os-distribution = "nixos"}
  ["boost-dev"] {os-distribution = "alpine"}
  ["boost-devel"] {os-distribution = "fedora"}
  ["boost-devel"] {os-distribution = "ol"}
  ["boost-devel"] {os-distribution = "centos"}
  ["boost-devel"] {os-distribution = "rhel"}
  ["boost-devel"] {os-family = "suse"}
  ["boost"] {os-distribution = "arch"}
  ["boost"] {os = "macos" & os-distribution = "homebrew"}
  ["boost"] {os-distribution = "macports" & os = "macos"}
  ["boost-all"] {os = "freebsd"}
  ["boost"] {os = "netbsd"}
  ["boost"] {os = "openbsd"}
]
synopsis: "Virtual package relying on boost"
description:
  "This package can only install if the boost library is installed on the system."
flags: conf
