File: control

package info (click to toggle)
kxl 1.1.7-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,060 kB
  • sloc: sh: 8,448; ansic: 1,288; makefile: 12
file content (44 lines) | stat: -rw-r--r-- 1,400 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
Source: kxl
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Sam Hocevar <sho@debian.org>,
 Barry deFreese <bdefreese@debian.org>
Build-Depends:
 debhelper (>= 10),
 libx11-dev
Standards-Version: 4.3.0
Homepage: https://tracker.debian.org/pkg/kxl
Vcs-Git: https://salsa.debian.org/games-team/kxl.git
Vcs-Browser: https://salsa.debian.org/games-team/kxl

Package: libkxl0
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: multimedia library for game development
 KXL (Kacchan X Windows System Library) is a library targeted at game
 development that provides functions for simple image and sound output
 as well as higher level functions for text drawing, timer and events
 handling and image manipulation.
 .
 This package contains the libkxl0 runtime library.

Package: libkxl0-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends},
 libkxl0 (= ${binary:Version}),
 libx11-dev
Description: development files for libkxl0
 KXL (Kacchan X Windows System Library) is a library targeted at game
 development that provides functions for simple image and sound output
 as well as higher level functions for text drawing, timer and events
 handling and image manipulation.
 .
 This package contains the header files and static library needed to
 compile applications that use libkxl0.