opam-version: "2.0"
maintainer: "vb@luminar.eu.org"
homepage: "https://www.gnutls.org"
authors: ["Nikos Mavrogiannopoulos" "Simon Josefsson"]
build: [["pkg-config" "gnutls" "nettle"]]
depends: ["conf-pkg-config" {build}]
depexts: [
  ["libgnutls28-dev" "nettle-dev"] {os-family = "debian"}
  ["gnutls-dev"] {os-distribution = "alpine"}
  ["gnutls-devel" "nettle-devel"] {os-distribution = "fedora"}
  ["gnutls"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on a gnutls system installation"
description:
  "This package can only install if the gnutls lib is installed on the system."
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
