blob: 749cb0c14bdde41c378afdf0759e7a8dd57d132a [file] [log] [blame]
Paul Lawrencef082a572019-07-19 10:05:01 -07001name: "libfuse"
2description:
3 "The reference implementation of the Linux FUSE (Filesystem in Userspace) "
4 "interface"
5
6third_party {
7 url {
8 type: HOMEPAGE
9 value: "https://github.com/libfuse"
10 }
11 url {
12 type: GIT
13 value: "https://github.com/libfuse/libfuse.git"
14 }
15 version: "3.6.2"
16 last_upgrade_date { year: 2019 month: 7 day: 19 }
17 license_type: RESTRICTED_IF_STATICALLY_LINKED
18}