libmatthew-java 0.8.1-2ubuntu1 source package in Ubuntu

Changelog

libmatthew-java (0.8.1-2ubuntu1) noble; urgency=medium

  * d/rules: use java_compat_level variable provided by java-common to
    adjust --release level to the minimum required by the
    default Java (LP: #1049791, LP: #2052572).

 -- Vladimir Petko <email address hidden>  Wed, 07 Feb 2024 14:00:13 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libs

Downloads

File Size SHA-256 Checksum
libmatthew-java_0.8.1.orig.tar.gz 28.4 KiB 46782b940c71d8db07470633efcf65c2aeda94de9a846fe178a5918fb2ad026f
libmatthew-java_0.8.1-2ubuntu1.debian.tar.xz 4.8 KiB 3c5bf5f998a4b14dd6efd460990bf44330754cccb7886d91676e622fc8bf4259
libmatthew-java_0.8.1-2ubuntu1.dsc 2.3 KiB 905fd70bc8cb04bc3a8f4b96ab763b6599a959782c6fd90b6dae7fe9c9603e0c

View changes file

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