• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update xz-java
3# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
4
5name: "XZ for Java"
6description: "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."
7third_party {
8  license_type: UNENCUMBERED
9  last_upgrade_date {
10    year: 2023
11    month: 11
12    day: 28
13  }
14  homepage: "https://tukaani.org/xz/java.html"
15  identifier {
16    type: "Git"
17    value: "https://github.com/tukaani-project/xz-java.git"
18    version: "v1.9"
19  }
20}
21