File: control

package info (click to toggle)
hawtdispatch 1.22-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,468 kB
  • ctags: 2,006
  • sloc: java: 10,511; xml: 1,147; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download | duplicates (2)
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
Source: hawtdispatch
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
               default-jdk,
               libasm-java (>= 5.0),
               libhawtbuf-java,
               libmaven-bundle-plugin-java,
               maven-debian-helper (>= 2.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/hawtdispatch.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/hawtdispatch.git
Homepage: http://hawtdispatch.fusesource.org

Package: libhawtdispatch-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: libdispatch style API for Java and Scala
 HawtDispatch is a small thread pooling and NIO handling framework API
 modeled after the libdispatch API. libdispatch is the API that Apple
 created to power the Grand Central Dispatch (GCD) technology in OS X.
 It allows one to more easily develop multi-threaded applications which
 can more easily scale to take advantage of all the processing cores
 on a machine. At the same time, it's development model simplifies
 solving many of the problems that plague multi-threaded NIO development.