File: control

package info (click to toggle)
systemd-el 1.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 128 kB
  • sloc: lisp: 370; makefile: 36
file content (34 lines) | stat: -rw-r--r-- 1,291 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
Source: systemd-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa
Standards-Version: 4.3.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/holomorph/systemd-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/systemd-el
Vcs-Git: https://salsa.debian.org/emacsen-team/systemd-el.git

Package: elpa-systemd
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Suggests: elpa-company
Description: major mode for editing systemd units
 This package provides an Emacs major mode for editing systemd units.
 .
 It is similar to `conf-mode' but with enhanced highlighting; e.g. for
 specifiers and booleans. It employs strict regex for whitespace.
 Features a facility for browsing documentation: use C-c C-o to open
 links to documentation in a unit (cf. systemctl help).
 .
 It supports completion of directives and sections in either units or
 network configuration. Both a completer for
 `completion-at-point-functions' and a company backend are provided.
 The latter can be enabled by adding `company-mode' to
 `systemd-mode-hook'.