com-hypirion-io-clojure 0.3.1-3 source package in Ubuntu

Changelog

com-hypirion-io-clojure (0.3.1-3) unstable; urgency=medium

  * Add libclojure to Depends:
  * Declare compliance with Debian Policy 4.1.3.
  * Elide source *.java files from jar
  * Changed Vcs to salsa

 -- Tom Marble <email address hidden>  Mon, 26 Feb 2018 15:43:45 -0600

Upload details

Uploaded by:
Debian Clojure Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Clojure Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
com-hypirion-io-clojure_0.3.1-3.dsc 2.2 KiB b1060f5e57460718ab3e802c42e010a9840fa64d6be9fa8b898d16c73402e00c
com-hypirion-io-clojure_0.3.1.orig.tar.gz 12.0 KiB d5e28f02748516d7a84e994b20473f3e788cd2d1f4c6f8806bec3b210ea35ae9
com-hypirion-io-clojure_0.3.1-3.debian.tar.xz 6.8 KiB bc603467e3a771a027ca9c489033206fbb5fdd0d35d6bfef96f69a5d5d51a2bc

Available diffs

No changes file available.

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.