File: control

package info (click to toggle)
libxmp 4.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,116 kB
  • sloc: ansic: 49,149; sh: 3,231; makefile: 308
file content (36 lines) | stat: -rw-r--r-- 1,223 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
Source: libxmp
Section: libs
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 13)
Homepage: http://xmp.sourceforge.net/
Vcs-Git: https://salsa.debian.org/mod-player-team/libxmp.git
Vcs-Browser: https://salsa.debian.org/mod-player-team/libxmp
Rules-Requires-Root: no

Package: libxmp4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: unmo3
Description: module file rendering library
 libxmp is a library designed to interpret module files and produce
 PCM audio. It supports over 90 formats including Protracker (MOD),
 Scream Tracker 3 (S3M), Fast Tracker II (XM) and Impulse Tracker
 (IT).

Package: libxmp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libxmp4 (= ${binary:Version})
Description: module file rendering library -- development files
 libxmp is a library designed to interpret module files and produce
 PCM audio. It supports over 90 formats including Protracker (MOD),
 Scream Tracker 3 (S3M), Fast Tracker II (XM) and Impulse Tracker
 (IT).
 .
 This package contains the development files required to build with
 libxmp.