File: control

package info (click to toggle)
com-hypirion-io-clojure 0.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: java: 481; xml: 78; makefile: 26
file content (33 lines) | stat: -rw-r--r-- 1,338 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
Source: com-hypirion-io-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Tom Marble <tmarble@info9.net>
Build-Depends:
 javahelper,
 maven-repo-helper,
 debhelper (>= 10),
 default-jdk
Standards-Version: 4.1.3
Homepage: https://github.com/hyPiRion/com.hypirion.io
Vcs-Git: https://salsa.debian.org/clojure-team/com-hypirion-io-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/com-hypirion-io-clojure

Package: libcom-hypirion-io-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libclojure-java | libclojure1.8-java
Recommends: ${java:Recommends}
Description: 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.