File: control

package info (click to toggle)
company-mode 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,120 kB
  • sloc: lisp: 8,813; makefile: 69; sh: 8
file content (22 lines) | stat: -rw-r--r-- 838 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
Source: company-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
 Xiyue Deng <manphiz@gmail.com>,
Build-Depends: debhelper-compat (= 13), dh-elpa (>= 1.16)
Standards-Version: 4.7.0
Rules-Requires-Root: no
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
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.