1 |
Source: libspin-java |
2 |
Section: libs |
3 |
Priority: optional |
4 |
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at> |
5 |
Build-Depends: debhelper (>= 5), ant, dpatch |
6 |
Build-Depends-Indep: java-gcj-compat-dev, junit |
7 |
Standards-Version: 3.7.2 |
8 |
XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/libspin-java/trunk/ |
9 |
|
10 |
Package: libspin-java |
11 |
Architecture: all |
12 |
Depends: java-gcj-compat | java1-runtime | java2-runtime |
13 |
Description: transparent threading solution for non-freezing Swing applications |
14 |
Swing is the standard component architecture for developing Java desktop |
15 |
applications. Its exhaustive collection of widgets is the foundation for |
16 |
easy development of rich graphical user interfaces (GUI). |
17 |
. |
18 |
Alas every non trivial GUI sooner or later encounters the problem of |
19 |
"freeze". This annoying behaviour is experienced by users every time the |
20 |
application performs extensive calculations or blocks for network or disk |
21 |
I/O. |
22 |
. |
23 |
Spin offers a - to our knowledge - revolutionary new approach. It offers |
24 |
transparent thread handling with minimal impact on your application code. |
25 |
. |
26 |
Homepage: http://spin.sourceforge.net/ |
27 |
|
28 |
Package: libspin-java-doc |
29 |
Architecture: all |
30 |
Section: doc |
31 |
Suggests: libspin-java |
32 |
Description: Documentation for libspin-java |
33 |
This package contains the documentation for libspin-java. |
34 |
. |
35 |
Homepage: http://spin.sourceforge.net/ |
36 |
|