File: module-info.java

package info (click to toggle)
xz-java 1.11%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 976 kB
  • sloc: java: 7,656; xml: 180; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
7
// SPDX-License-Identifier: 0BSD
// SPDX-FileCopyrightText: The XZ for Java authors and contributors
// SPDX-FileContributor: Lasse Collin <lasse.collin@tukaani.org>

module org.tukaani.xz {
    exports org.tukaani.xz;
}