File: control

package info (click to toggle)
gnustep-performance 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: objc: 5,294; makefile: 18
file content (83 lines) | stat: -rw-r--r-- 3,029 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: gnustep-performance
Section: libs
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders:
 Yavor Doganov <yavor@gnu.org>,
Build-Depends:
 debhelper-compat (= 13),
 libgnustep-base-dev (>= 1.30.0-10),
Build-Depends-Indep:
 gnustep-base-doc <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: http://gnustep.org
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-performance.git
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-performance

Package: libperformance-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libgnustep-base-dev,
 libperformance0.6 (= ${binary:Version}),
 ${misc:Depends},
Recommends:
 gnustep-performance-doc,
Description: GNUstep performance library (development files)
 The GNUstep performance library implements various classes intended
 to be used in high-performance libraries and applications.  Available
 are classes for caching objects in memory for rapid access, managing
 FIFO queues, thread pools for performing methods which need to make
 use of a runloop for I/O and/or timers, for objects in parallel in
 other threads, linked list functionality, timing information,
 statistics about the number of events or the duration of operations,
 uniqued objects and more.
 .
 This package contains the development files and the library reference
 documentation.

Package: libperformance0.6
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: GNUstep performance library (runtime library)
 The GNUstep performance library implements various classes intended
 to be used in high-performance libraries and applications.  Available
 are classes for caching objects in memory for rapid access, managing
 FIFO queues, thread pools for performing methods which need to make
 use of a runloop for I/O and/or timers, for objects in parallel in
 other threads, linked list functionality, timing information,
 statistics about the number of events or the duration of operations,
 uniqued objects and more.
 .
 This package contains the shared library.

Package: gnustep-performance-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 gnustep-base-doc,
 libperformance-dev,
Breaks:
 libperformance-dev (<< 0.6.0-5),
Replaces:
 libperformance-dev (<< 0.6.0-5),
Description: GNUstep performance library (documentation)
 The GNUstep performance library implements various classes intended
 to be used in high-performance libraries and applications.  Available
 are classes for caching objects in memory for rapid access, managing
 FIFO queues, thread pools for performing methods which need to make
 use of a runloop for I/O and/or timers, for objects in parallel in
 other threads, linked list functionality, timing information,
 statistics about the number of events or the duration of operations,
 uniqued objects and more.
 .
 This package contains the API reference documentation.