this repo has no description
0
fork

Configure Feed

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

conf-neko: add FreeBSD and Ubuntu-family support

+2 -1
+2 -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 10 ["nekovm-devel"] {os-distribution = "fedora"} 11 11 ["neko"] {os-distribution = "nixos"} 12 12 ["neko"] {os-distribution = "homebrew" & os = "macos"} 13 13 ["neko"] {os-distribution = "arch"} 14 + ["neko"] {os = "freebsd"} 14 15 ] 15 16 synopsis: "Virtual package relying on a Neko system installation" 16 17 description: