aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..942198e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,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
+ }
+}