blob: 942198e68ad63a861e6c9800140007f1d11997a8 [file] [log] [blame]
Haibo Huang4ad71982019-01-18 13:19:31 -08001name: "XZ for Java"
2description: "This aims to be a complete implementation of XZ data compression in pure Java. Single-threaded streamed compression and decompression and random access decompression have been fully implemented. Threading is planned but it is unknown when it will be implemented."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://tukaani.org/xz/java.html"
7 }
8 url {
9 type: GIT
10 value: "https://git.tukaani.org/xz-java.git"
11 }
12 version: "v1.8"
13 license_type: UNENCUMBERED
14 last_upgrade_date {
15 year: 2019
16 month: 1
17 day: 18
18 }
19}