Skip to content

Commit

Permalink
Merge pull request #25973 from jmid/expand-conf-neko
Browse files Browse the repository at this point in the history
Expand conf-neko platform support
  • Loading branch information
mseri authored May 30, 2024
2 parents 61dc5ca + 7cd9c76 commit b502ec7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/conf-neko/conf-neko.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ license: ["MIT"]
build: [["neko" "-version"]]
depexts: [
["neko-dev"] {os-distribution = "alpine"}
["neko" "neko-dev"] {os-family = "debian"}
["neko" "neko-dev"] {os-family = "debian" | os-family = "ubuntu"}
["neko"] {os-family = "suse" | os-family = "opensuse"}
["nekovm-devel"] {os-distribution = "fedora"}
["neko"] {os-distribution = "nixos"}
["neko"] {os-distribution = "homebrew" & os = "macos"}
["neko"] {os-distribution = "arch"}
["neko"] {os = "freebsd"}
]
x-ci-accept-failures: [
"oraclelinux-7"
"oraclelinux-8"
"oraclelinux-9"
]
synopsis: "Virtual package relying on a Neko system installation"
description:
Expand Down

0 comments on commit b502ec7

Please sign in to comment.