aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 942198e68ad63a861e6c9800140007f1d11997a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "XZ for Java"
description: "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."
third_party {
  url {
    type: HOMEPAGE
    value: "https://tukaani.org/xz/java.html"
  }
  url {
    type: GIT
    value: "https://git.tukaani.org/xz-java.git"
  }
  version: "v1.8"
  license_type: UNENCUMBERED
  last_upgrade_date {
    year: 2019
    month: 1
    day: 18
  }
}