File: control

package info (click to toggle)
libedit 3.1-20250104-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,756 kB
  • sloc: ansic: 16,776; sh: 4,610; awk: 427; makefile: 134
file content (66 lines) | stat: -rw-r--r-- 1,936 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
59
60
61
62
63
64
65
66
Source: libedit
Section: libs
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders:
 Anibal Monsalve Salazar <anibal@debian.org>,
 Sylvestre Ledru <sylvestre@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 groff-base,
 libbsd-dev (>= 0.1.3),
 libncurses-dev | libtinfo-dev,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/libedit.git
Vcs-Browser: https://salsa.debian.org/debian/libedit
Homepage: https://www.thrysoee.dk/editline/

Package: libedit2
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Replaces:
# Due to editrc(5) takeover.
 libedit-dev (<< 3.1-20180525-2~),
Description: BSD editline and history libraries
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.

Package: libedit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libedit2 (= ${binary:Version}),
 libbsd-dev (>= 0.1.3),
 libncurses-dev | libtinfo-dev,
Description: BSD editline and history libraries (development files)
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.

Package: libeditreadline-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libedit-dev
Conflicts: libreadline-dev, libreadline5-dev, libreadline-gplv2-dev
Description: BSD editline and history libraries (shim development files)
 GNU readline changed its license from GPL-2 to GPL-3 with version 6,
 which excludes GPL-2-only programs from using current readline versions.
 editline resembles readline functionally and with regards to its API.
 .
 This is a development shim library that can be used to link a GPL-2-only
 program that depends on readline with editline.