Skip to content

Commit

Permalink
Merge pull request #21992 from kit-ty-kate/conf-libev-family
Browse files Browse the repository at this point in the history
conf-libev: Add support for distributions derived of ubuntu, archlinux and alpine
  • Loading branch information
kit-ty-kate authored Aug 17, 2022
2 parents 2bffd8b + e83abd9 commit 06881a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/conf-libev/conf-libev.4-12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ depends: [
]
depexts: [
["libev-dev"] {os-family = "debian"}
["libev-dev"] {os-family = "ubuntu"}
["libev"] {os = "macos" & os-distribution = "homebrew"}
["libev-dev"] {os-distribution = "alpine"}
["libev"] {os-distribution = "arch"}
["libev-dev"] {os-family = "alpine"}
["libev"] {os-family = "arch"}
["libev-devel"] {os-distribution = "fedora"}
["libev-devel"] {os-distribution = "rhel"}
["libev-devel"] {os-distribution = "centos"}
["libev-devel"] {os-distribution = "ol" & os-version >= "8"}
["libev-devel"] {os-family = "suse"}
["libev"] {os = "freebsd"}
["libev"] {os = "openbsd"}
["libev"] {os-distribution = "arch"}
["libev"] {os-distribution = "nixos"}
]
synopsis: "High-performance event loop/event model with lots of features"
Expand Down

0 comments on commit 06881a7

Please sign in to comment.