libmatthew-java 0.8.1-3 source package in Ubuntu

Changelog

libmatthew-java (0.8.1-3) unstable; urgency=medium

  [ Vladimir Petko ]
  * debian/rules: use java_compat_level variable provided by java-common to
                  adjust --release level to the minimum required by the
                  default Java (Closes: #1052581).
                  (Closes: #1069496)
  [ Thorsten Alteholz ]
  * debian/control: bump standard to 4.7.0 (no changes)

 -- Thorsten Alteholz <email address hidden>  Sun, 21 Apr 2024 12:42:46 +0200

Upload details

Uploaded by:
Debian IoT Maintainers
Uploaded to:
Sid
Original maintainer:
Debian IoT Maintainers
Architectures:
any all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
libmatthew-java_0.8.1-3.dsc 2.5 KiB 8b5143b15ea5345bb5db771a6d5a78c221c2f6d7f4fea9550ee0689d1714e7ac
libmatthew-java_0.8.1.orig.tar.gz 28.4 KiB 46782b940c71d8db07470633efcf65c2aeda94de9a846fe178a5918fb2ad026f
libmatthew-java_0.8.1-3.debian.tar.xz 4.7 KiB b23c041a7fd9f3b29647b220379b9cc9ac9024f2d757404899658ad2aa020e3e

No changes file available.

Binary packages built by this source

libcgi-java: 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.

libcgi-java-dbgsym: debug symbols for libcgi-java
libmatthew-debug-java: 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).

libmatthew-io-java: 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.

libmatthew-java-doc: 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.

libunixsocket-java: 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.

libunixsocket-java-dbgsym: debug symbols for libunixsocket-java