File: control

package info (click to toggle)
lua-mode 20201010-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: lisp: 2,626; makefile: 40; sh: 21
file content (24 lines) | stat: -rw-r--r-- 862 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
Source: lua-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 10),
 dh-elpa,
 elpa-buttercup (>= 1.9),
 lua5.3,
Standards-Version: 4.0.0
Homepage: http://immerrr.github.com/lua-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/lua-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/lua-mode.git

Package: elpa-lua-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
Built-Using: ${misc:Built-Using}
Replaces: lua-mode (<< 20151025-2~)
Breaks: lua-mode (<< 20151025-2~)
Description: Emacs major-mode for editing Lua programs
 This Emacs mode provides syntax highlighting and automatic
 indentation for Lua, as well as running an interactive shell,
 interacting with `hs-minor-mode' and online documentation lookup.