File: control

package info (click to toggle)
libcue 2.2.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 272 kB
  • sloc: ansic: 1,273; yacc: 285; lex: 139; makefile: 13
file content (35 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download | duplicates (3)
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
Source: libcue
Section: libs
Priority: optional
Maintainer: Jack Toh <tohc88@outlook.com>
Build-Depends: bison,
               cmake,
               debhelper-compat (= 13),
               flex
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian/libcue
Vcs-Git: https://salsa.debian.org/debian/libcue.git
Homepage: https://github.com/lipnitsk/libcue
Rules-Requires-Root: no

Package: libcue2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CUE Sheet Parser Library
 Libcue is intended to parse a so called cue sheet from a
 char string or a file pointer. For handling of the parsed
 data a convenient API is available.

Package: libcue-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libcue2 (= ${binary:Version}), ${misc:Depends}
Description: CUE Sheet Parser Library - development files
 Libcue is intended to parse a so called cue sheet from a
 char string or a file pointer. For handling of the parsed
 data a convenient API is available.
 .
 This package contains the development files