aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
blob: 9a45a95b482093743170747b6c6ca3ada4c40e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "libfuse"
description:
    "The reference implementation of the Linux FUSE (Filesystem in Userspace) "
    "interface"

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/libfuse"
  }
  url {
    type: GIT
    value: "https://github.com/libfuse/libfuse.git"
  }
  version: "fuse-3.6.2"
  last_upgrade_date { year: 2019 month: 7 day: 19 }
  license_type: RESTRICTED_IF_STATICALLY_LINKED
}