this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25973 from jmid/expand-conf-neko

Expand conf-neko platform support

authored by

Marcello Seri and committed by
GitHub
b502ec76 61dc5ca9

+8 -1
+8 -1
packages/conf-neko/conf-neko.1/opam
··· 6 6 build: [["neko" "-version"]] 7 7 depexts: [ 8 8 ["neko-dev"] {os-distribution = "alpine"} 9 - ["neko" "neko-dev"] {os-family = "debian"} 9 + ["neko" "neko-dev"] {os-family = "debian" | os-family = "ubuntu"} 10 + ["neko"] {os-family = "suse" | os-family = "opensuse"} 10 11 ["nekovm-devel"] {os-distribution = "fedora"} 11 12 ["neko"] {os-distribution = "nixos"} 12 13 ["neko"] {os-distribution = "homebrew" & os = "macos"} 13 14 ["neko"] {os-distribution = "arch"} 15 + ["neko"] {os = "freebsd"} 16 + ] 17 + x-ci-accept-failures: [ 18 + "oraclelinux-7" 19 + "oraclelinux-8" 20 + "oraclelinux-9" 14 21 ] 15 22 synopsis: "Virtual package relying on a Neko system installation" 16 23 description: