this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3homepage: "https://github.com/libfuse/libfuse"
4bug-reports: "https://github.com/ocaml/opam-repository/issues"
5authors: "Multiple"
6license: "LGPL-2.1-only"
7build: ["pkg-config" "--exists" "fuse"]
8depends: [
9 "conf-pkg-config" {build}
10]
11depexts: [
12 ["libfuse-dev"] {os-family = "debian" | os-family = "ubuntu"}
13 ["fuse-dev"] {os-distribution = "alpine"}
14 ["fuse-devel"] {os-distribution = "centos"}
15 ["fuse-devel"] {os-distribution = "fedora"}
16 ["fuse-devel"] {os-distribution = "ol"}
17 ["fuse-devel"] {os-family = "suse" | os-family = "opensuse"}
18 ["fuse2"] {os-family = "arch"}
19 ["macfuse"] {os = "macos" & os-distribution = "homebrew"}
20 ["fusefs-libs"] {os = "freebsd"}
21]
22synopsis: "Virtual package relying on FUSE"
23description:
24 "This package can only install if the fuse library is installed on the system."
25flags: conf