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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: jthread
Priority: extra
Maintainer: Michael Gilbert <michael.s.gilbert@gmail.com>
Build-Depends:
debhelper (>= 8.1.3~),
texlive-latex-base,
texlive-latex-recommended,
cmake,
Standards-Version: 3.9.2
Section: libs
Homepage: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread
Package: libjthread-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
libjthread1.3.1 (= ${binary:Version}),
Recommends:
libjthread-doc
Description: JThread cross-platform library headers
The JThread package provides some classes to make use of threads easily on
different platforms. The classes are actually rather simple wrappers around
existing thread implementations.
.
This package contains the headers and development libraries needed to
build applications using JThread.
Package: libjthread1.3.1
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
Description: JThread cross-platform threading library
The JThread package provides some classes to make use of threads easily on
different platforms. The classes are actually rather simple wrappers around
existing thread implementations.
.
This package contains the shared core library.
Package: libjthread-dbg
Section: debug
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libjthread1.3.1 (= ${binary:Version}),
Description: JThread cross-platform threading library debugging symbols
The JThread package provides some classes to make use of threads easily on
different platforms. The classes are actually rather simple wrappers around
existing thread implementations.
.
This package contains debugging symbols for the library.
Package: libjthread-doc
Section: doc
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
Description: JThread cross-platform threading library documentation
The JThread package provides some classes to make use of threads easily on
different platforms. The classes are actually rather simple wrappers around
existing thread implementations.
.
This package contains documentation on the library.
|