Haibo Huang | 4ad7198 | 2019-01-18 13:19:31 -0800 | [diff] [blame] | 1 | name: "XZ for Java" |
| 2 | 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." |
| 3 | third_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 | } |