File: control

package info (click to toggle)
libspin-java 1.5%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: java: 1,797; xml: 627; sh: 51; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,274 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
34
35
Source: libspin-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 maven-debian-helper,
 xauth,
 xvfb
Build-Depends-Indep:
 default-jdk,
 junit,
 libcglib-nodep-java
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libspin-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libspin-java
Homepage: http://spin.sourceforge.net

Package: libspin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: transparent threading solution for non-freezing Swing applications
 Swing is the standard component architecture for developing Java desktop
 applications. Its exhaustive collection of widgets is the foundation for
 easy development of rich graphical user interfaces (GUI).
 .
 Alas every non trivial GUI sooner or later encounters the problem of
 "freeze". This annoying behaviour is experienced by users every time the
 application performs extensive calculations or blocks for network or disk
 I/O.
 .
 Spin offers a revolutionary new approach. It offers transparent thread
 handling with minimal impact on your application code.