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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: libspin-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
, gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9), maven-debian-helper, libmaven-javadoc-plugin-java, xvfb, xauth
Build-Depends-Indep: default-jdk, junit, libcglib-nodep-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libspin-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libspin-java.git
Homepage: http://spin.sourceforge.net
Package: libspin-java
Architecture: all
Depends: ${misc:Depends}, ${maven: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.
Package: libspin-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libspin-java
Description: transparent threading solution for non-freezing Swing applications (docs)
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.
.
This package contains the documentation files.
|