opam-version: "2.0"
maintainer: "Nicolas Ojeda Bar"
authors: ["Simon Josefsson"]
homepage: "http://www.gnu.org/software/gsasl/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
build: [["cc" "-c" "test.c"]]
depexts: [
  ["libgsasl7-dev"] {os-family = "debian"}
  ["gsasl"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on a GSASL lib system installation"
description:
  "This package can only install if the GSASL lib is installed on the system."
extra-files: ["test.c" "md5=7350e0fdcca0cf6c19efaf9b4862dee7"]
flags: conf
