File: control

package info (click to toggle)
recutils 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,332 kB
  • sloc: ansic: 69,996; sh: 10,685; yacc: 1,967; lisp: 1,847; makefile: 333; lex: 241; sed: 16
file content (58 lines) | stat: -rw-r--r-- 1,654 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
Source: recutils
Section: database
Priority: optional
Maintainer: Sven Wick <sven.wick@gmx.de>
Build-Depends: debhelper (>= 12),
  debhelper-compat (= 12),
  libglib2.0-dev,
  libcurl4-gnutls-dev,
  libgcrypt-dev,
  libreadline-dev,
  bash-builtins,
  uuid-dev,
  texinfo,
  chrpath,
  help2man,
  flex,
  bison
Standards-Version: 4.5.0
Homepage: https://www.gnu.org/software/recutils/
Vcs-Browser: https://salsa.debian.org/swick-guest/recutils
Vcs-Git: https://salsa.debian.org/swick-guest/recutils.git
Rules-Requires-Root: no

Package: recutils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, librec1
Description: text-based databases called recfiles
 GNU Recutils is a set of tools and libraries
 to access human-editable, text-based databases called recfiles.
 .
 The data is stored as a sequence of records,
 each record containing an arbitrary number of named fields.
 .
 Despite its simplicity,
 recfiles can be used to store medium-sized databases.

Package: librec-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, librec1 (= ${binary:Version})
Description: recutils development files
 librec is a library containing many useful C routines
 that applications can use to access recfiles.
 .
 This package contains header files and the library
 needed to develop applications.

Package: librec1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for accessing recfiles programmatically
 librec is a library containing many useful C routines
 that applications can use to access recfiles.
 .
 This package contains the shared libraries.