File: control

package info (click to toggle)
gnustep-corebase 0.1.1%2B20230710-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,608 kB
  • sloc: ansic: 25,359; objc: 4,347; cpp: 75; xml: 49; makefile: 24; sh: 7
file content (81 lines) | stat: -rw-r--r-- 2,703 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
Source: gnustep-corebase
Section: gnustep
Priority: optional
Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Yavor Doganov <yavor@gnu.org>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
 libgnustep-base-dev (>= 1.30.0-10),
 libicu-dev,
 pkgconf,
Build-Depends-Indep:
 doxygen <!nodoc>,
Standards-Version: 4.7.0
Homepage: https://www.gnustep.org
Vcs-Browser: https://salsa.debian.org/gnustep-team/gnustep-corebase
Vcs-Git: https://salsa.debian.org/gnustep-team/gnustep-corebase.git

Package: libgnustep-corebase-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libgnustep-base-dev,
 libgnustep-corebase0 (= ${binary:Version}),
 ${misc:Depends},
Recommends:
 gnustep-corebase-doc,
Description: GNUstep implementation of Apple's CoreFoundation (headers)
 The GNUstep CoreBase Library is a library of general-purpose,
 non-graphical C objects.  For example, it includes types for strings,
 collections, byte streams, typed coders, invocations, notifications,
 notification dispatchers, moments in time, network ports, and event
 loops.
 .
 It provides functionality that aims to implement the non-graphical
 portion of Apple's CoreFoundation framework.
 .
 This package contains the library headers, the .so symlink and the
 static library.

Package: libgnustep-corebase0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: GNUstep implementation of Apple's CoreFoundation (library)
 The GNUstep CoreBase Library is a library of general-purpose,
 non-graphical C objects.  For example, it includes types for strings,
 collections, byte streams, typed coders, invocations, notifications,
 notification dispatchers, moments in time, network ports, and event
 loops.
 .
 It provides functionality that aims to implement the non-graphical
 portion of Apple's CoreFoundation framework.
 .
 This package contains the shared library.

Package: gnustep-corebase-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Recommends:
 libgnustep-corebase-dev,
Description: GNUstep implementation of Apple's CoreFoundation (documentation)
 The GNUstep CoreBase Library is a library of general-purpose,
 non-graphical C objects.  For example, it includes types for strings,
 collections, byte streams, typed coders, invocations, notifications,
 notification dispatchers, moments in time, network ports, and event
 loops.
 .
 It provides functionality that aims to implement the non-graphical
 portion of Apple's CoreFoundation framework.
 .
 This package contains the API reference documentation in HTML format
 and examples.