File: control

package info (click to toggle)
paredit-el 27~git20241103.1.af07577-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: lisp: 4,198; sh: 20; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 990 bytes parent folder | download | duplicates (2)
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
Source: paredit-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 12), dh-elpa (>= 0.0.18)
Standards-Version: 4.6.1
Homepage: https://paredit.org/
Vcs-Git: https://salsa.debian.org/emacsen-team/paredit-el.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/paredit-el
Rules-Requires-Root: no

Package: elpa-paredit
Architecture: all
Provides: paredit-el
Replaces: paredit-el (<< 20-2)
Breaks: paredit-el (<< 20-2)
Depends: ${misc:Depends}, ${elpa:Depends}, emacsen-common (>= 2.0.8)
Recommends: emacs (>= 46.0)
Enhances: emacs
Suggests: elpa-paredit-everywhere
Description: Emacs minor mode for structurally editing Lisp code
 Paredit mode instruments several common keybindings to automatically
 balance all parentheses and respect the structure of S-expressions;
 it also provides numerous high-level operations to change the
 structure of lists.