File: control

package info (click to toggle)
libmatthew-java 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • ctags: 506
  • sloc: java: 2,076; ansic: 361; makefile: 140
file content (71 lines) | stat: -rw-r--r-- 2,762 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: libmatthew-java
Section: java
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 9),
               docbook-to-man,
               default-jdk,
               default-jdk-doc,
               fastjar, 
               javahelper (>= 0.25)
Standards-Version: 3.9.8
Homepage: http://www.matthew.ath.cx/projects/java/
Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/libmatthew-java.git
Vcs-Git: https://anonscm.debian.org/git/debian-iot/libmatthew-java.git

Package: libunixsocket-java
Architecture: any
Depends: ${java:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: libmatthew-java-doc
Description: Unix socket API and bindings for Java
 This library is a collection of classes and native code to 
 allow you to read and write Unix sockets from within Java. 

Package: libmatthew-io-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Suggests: libmatthew-java-doc
Description: Extra IO library for Java
 This library provides extensions to the Java I/O subsystem. Firstly, there is 
 a class which will connect any InputStream with an OutputStream and copies data 
 between them. 
 .
 Secondly there are two classes for inserting into an Input or OutputStream pipe 
 a command line command, so that everything is piped through that command. 
 .
 Thirdly there are a pair of classes for splitting streams in two. This can 
 either be to two OuputStreams, or to an OutputStream and a file. 
 Equivelent to the UNIX tool tee in UNIX pipes. 

Package: libmatthew-debug-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Suggests: libmatthew-java-doc
Description: Debugging library for Java
 This package provides a debugging library for Java, including a generic 
 utility class for providing nicely formatted dumps of byte arrays
 (similar to the hexdump utility).

Package: libcgi-java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
Suggests: libmatthew-java-doc
Description: CGI library for Java
 This library allows CGI scripts to be written in Java.  The library provides
 access to all the standard CGI variables including POST/GET. It also makes it
 easy to create input forms in HTML documents.

Package: libmatthew-java-doc
Architecture: all
Depends: default-jdk-doc, ${misc:Depends}
Section: doc
Recommends: libcgi-java, 
            libmatthew-debug-java,
            libmatthew-io-java,
            libunixsocket-java
Description: API documentation for the libmatthew-java libraries
 This package contains the Javadoc API documentation for the
 other packages: libcgi-java, libmatthew-debug-java, 
 libmatthew-io-java and libunixsocket-java.