File: control

package info (click to toggle)
okio 1.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 868 kB
  • sloc: java: 10,749; xml: 372; sh: 19; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: okio
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Kai-Chung Yan <seamlikok@gmail.com>,
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-doc,
 javahelper,
 junit4,
 libanimal-sniffer-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/okio.git
Vcs-Browser: https://salsa.debian.org/java-team/okio
Homepage: https://github.com/square/okio

Package: libokio-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Description: Modern I/O API for Java
 Okio is a new library that complements java.io and java.nio to make it much
 easier to access, store, and process data.

Package: libokio-java-doc
Section: doc
Architecture: all
Depends:
 ${maven:DocDepends},
 ${misc:Depends}
Description: Modern I/O API for Java - Documentations
 Okio is a new library that complements java.io and java.nio to make it much
 easier to access, store, and process data.
 .
 This package contains the API Javadoc.