com-hypirion-io-clojure 0.3.1-4ubuntu1 source package in Ubuntu

Changelog

com-hypirion-io-clojure (0.3.1-4ubuntu1) noble; urgency=medium

  * d/rules: use java_compat_level variable provided by java-common to
    adjust -source/-target level to the minimum required by the default
    Java (LP: #2052579).

 -- Vladimir Petko <email address hidden>  Wed, 07 Feb 2024 16:41:58 +1300

Upload details

Uploaded by:
Vladimir Petko
Sponsored by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
com-hypirion-io-clojure_0.3.1.orig.tar.gz 12.0 KiB d5e28f02748516d7a84e994b20473f3e788cd2d1f4c6f8806bec3b210ea35ae9
com-hypirion-io-clojure_0.3.1-4ubuntu1.debian.tar.xz 7.1 KiB e6358d77fb2d562b1ef75a726aae0c4a0945834789d492f66e90b583d77a227b
com-hypirion-io-clojure_0.3.1-4ubuntu1.dsc 2.2 KiB d866f02642c83efd854874c53ff51a5cf2f5e63a39da9d858cd601dd0f80fd56

View changes file

Binary packages built by this source

libcom-hypirion-io-clojure: I/O redirection, signal handling, and console utilities

 com-hypirion-io-clojure provides a set of features wrapped in Java classes:
 .
  *Pipe: Establish a link between InputStream and OutputStream, also supports
   Reader and Writer.
  *SignalInterceptor: Intercept POSIX signals before they are sent to their
   signal handlers.
  *RevivableInputStream: Allow canceling blocking read calls to streams
   without closing them.
  *ConsoleUtils: Set on/off echoing in the console.
 .
 Common usage of this library includes: asynchronous zipping of data from two
 data sources, redirecting output and input to subprocesses and loggers, and
 sending messages to threads.