File: control

package info (click to toggle)
company-mode 0.9.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 560 kB
  • sloc: lisp: 7,137; makefile: 33; sh: 8
file content (21 lines) | stat: -rw-r--r-- 785 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
Source: company-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>
Build-Depends: debhelper (>= 11~), dh-elpa (>= 1.16)
Standards-Version: 4.1.4
Homepage: https://company-mode.github.io/
Vcs-Git: https://salsa.debian.org/emacsen-team/company-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/company-mode

Package: elpa-company
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}
Suggests: clang
Enhances: emacs, emacs25
Description: Modular in-buffer completion framework for Emacs
 Company is a text completion framework for Emacs. The name stands for "complete
 anything". It uses pluggable back-ends and front-ends to retrieve and display
 completion candidates.