File: control

package info (click to toggle)
zycore-c 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 684 kB
  • sloc: ansic: 5,300; cpp: 608; makefile: 22; sh: 12
file content (52 lines) | stat: -rw-r--r-- 1,652 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
Source: zycore-c
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: cmake,
                    libgtest-dev <!nocheck>
Build-Depends-Indep: cmake,
                     libgtest-dev <!nocheck>,
                     doxygen <!nodoc>,
                     graphviz <!nodoc>
Standards-Version: 4.6.1
Homepage: https://github.com/zyantific/zycore-c
Vcs-Git: https://salsa.debian.org/debian/zycore-c.git
Vcs-Browser: https://salsa.debian.org/debian/zycore-c
Rules-Requires-Root: no

Package: libzycore1.4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Zyan Core Library for C
 Zyan Core is an internal library providing platform independent types,
 macros and a fallback for environments without LibC.
 .
 This package contains the shared library.

Package: libzycore-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libzycore1.4 (= ${binary:Version}),
         ${misc:Depends}
Recommends: libzycore-doc
Description: Zyan Core Library for C - development
 Zyan Core is an internal library providing platform independent types,
 macros and a fallback for environments without LibC.
 .
 This package contains the development files.

Package: libzycore-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libjs-jquery,
         ${misc:Depends}
Description: Zyan Core Library for C - documentation
 Zyan Core is an internal library providing platform independent types,
 macros and a fallback for environments without LibC.
 .
 This package contains the generated Doxygen documentation.