this repo has no description
0
fork

Configure Feed

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

conf-libfuse: add support for FreeBSD and Ubuntu derivatives

+2 -1
+2 -1
packages/conf-libfuse/conf-libfuse.1/opam
··· 9 9 "conf-pkg-config" {build} 10 10 ] 11 11 depexts: [ 12 - ["libfuse-dev"] {os-family = "debian"} 12 + ["libfuse-dev"] {os-family = "debian" | os-family = "ubuntu"} 13 13 ["fuse-dev"] {os-distribution = "alpine"} 14 14 ["fuse-devel"] {os-distribution = "centos"} 15 15 ["fuse-devel"] {os-distribution = "fedora"} ··· 17 17 ["fuse-devel"] {os-family = "suse" | os-family = "opensuse"} 18 18 ["fuse2"] {os-family = "arch"} 19 19 ["macfuse"] {os = "macos" & os-distribution = "homebrew"} 20 + ["fusefs-libs"] {os = "freebsd"} 20 21 ] 21 22 synopsis: "Virtual package relying on FUSE" 22 23 description: