opam-version: "2.0"
maintainer: "andreashauptmann@t-online.de"
homepage: "https://github.com/libuv/libuv"
license: "MIT"
bug-reports: "https://github.com/libuv/libuv/issues"
authors: [ "Ryan Dahl" "Bert Belder" "et al." ]
depends: ["conf-pkg-config" {build}]
build: [
  ["pkg-config" "libuv" "--atleast-version=1"]
]
depexts: [
  ["libuv1-dev"] {os-family = "debian"}
  ["libuv"] {os = "macos" & os-distribution = "homebrew"}
  ["libuv"] {os = "freebsd"}
  ["libuv-dev"] {os-distribution = "alpine"}
  ["libuv-devel"] {os-distribution = "centos"}
  ["libuv-devel"] {os-distribution = "rhel"}
  ["libuv-devel"] {os-distribution = "fedora"}
]
post-messages: [
  "This package requires libuv 1.x development packages installed on your system" {failure}
]
synopsis: "Virtual package relying on a libuv system installation"
description:
  "This package can only install if libuv 1.0 or later is installed on the system."
flags: conf
