this repo has no description
1opam-version: "2.0" 2maintainer: "andreashauptmann@t-online.de" 3homepage: "https://github.com/libuv/libuv" 4license: "MIT" 5bug-reports: "https://github.com/libuv/libuv/issues" 6authors: [ "Ryan Dahl" "Bert Belder" "et al." ] 7depends: ["conf-pkg-config" {build}] 8build: [ 9 ["pkg-config" "libuv" "--atleast-version=1"] 10] 11depexts: [ 12 ["libuv1-dev"] {os-family = "debian"} 13 ["libuv1-dev"] {os-family = "ubuntu"} 14 ["libuv"] {os = "macos" & os-distribution = "homebrew"} 15 ["libuv"] {os = "freebsd"} 16 ["libuv-dev"] {os-distribution = "alpine"} 17 ["libuv-devel"] {os-distribution = "centos"} 18 ["libuv-devel"] {os-distribution = "rhel"} 19 ["libuv-devel"] {os-distribution = "fedora"} 20 ["libuv"] {os-family = "suse" | os-family = "opensuse"} 21 ["libuv"] {os-distribution = "arch"} 22] 23post-messages: [ 24 "This package requires libuv 1.x development packages installed on your system" {failure} 25] 26synopsis: "Virtual package relying on a libuv system installation" 27description: 28 "This package can only install if libuv 1.0 or later is installed on the system." 29flags: conf