blob: 57cef2b99e05375f127b2bfa05bd0b99fa4f496b [file] [log] [blame]
Bob Badour8c780b32022-03-07 14:30:03 -08001# *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
2# CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
3# DEPENDING ON IT IN YOUR PROJECT. ***
Alistair Delvabeaee832021-02-24 11:27:23 -08004name: "mtools"
5description:
6 "Mtools is a collection of utilities to access MS-DOS disks from GNU and "
7 "Unix without mounting them."
8
9third_party {
10 url {
11 type: HOMEPAGE
12 value: "https://www.gnu.org/software/mtools/"
13 }
14 url {
15 type: ARCHIVE
Yi Kong39bbd962022-01-09 19:41:38 +080016 value: "https://ftp.gnu.org/gnu/mtools/mtools-4.0.37.tar.lz"
Alistair Delvabeaee832021-02-24 11:27:23 -080017 }
Yi Kong39bbd962022-01-09 19:41:38 +080018 version: "4.0.37"
19 last_upgrade_date { year: 2022 month: 1 day: 9 }
Bob Badour8c780b32022-03-07 14:30:03 -080020 license_note: "contains GFDL documentation"
Alistair Delvabeaee832021-02-24 11:27:23 -080021 license_type: BY_EXCEPTION_ONLY
22}