blob: 78a08d456ebe8997eb37087f9cc2d2f2d20937ff [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 }
Haibo Huang898c2532019-11-06 16:44:23 -080015 version: "fuse-3.8.0"
16 last_upgrade_date { year: 2019 month: 11 day: 6 }
Paul Lawrencef082a572019-07-19 10:05:01 -070017 license_type: RESTRICTED_IF_STATICALLY_LINKED
18}