File: module-info.java

package info (click to toggle)
xz-java 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 896 kB
  • sloc: java: 6,908; xml: 193; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * module-info
 *
 * Author: Lasse Collin <lasse.collin@tukaani.org>
 *
 * This file has been put into the public domain.
 * You can do whatever you want with this file.
 */

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