File: control

package info (click to toggle)
vim-youcompleteme 0%2B20240827%2Bgitb6e8c64%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,484 kB
  • sloc: python: 10,914; sh: 204; cpp: 141; makefile: 26; f90: 5; xml: 1
file content (30 lines) | stat: -rw-r--r-- 1,217 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
23
24
25
26
27
28
29
30
Source: vim-youcompleteme
Section: editors
Priority: optional
Maintainer: David Kalnischkies <donkult@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 dh-vim-addon,
 python3,
 python3-hamcrest,
 ycmd
Standards-Version: 4.7.2
Homepage: https://ycm-core.github.io/YouCompleteMe/
Vcs-Git: https://salsa.debian.org/debian/vim-youcompleteme.git
Vcs-Browser: https://salsa.debian.org/debian/vim-youcompleteme

Package: vim-youcompleteme
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends},
 ycmd-core-version (= ${misc:Core-Ver}),
# not using ${vim-addon:Depends} as we require python support
 vim-nox (>= 2:9.1.0016) | vim-python3 (>= 2:9.1.0016) | neovim
Description: fast, as-you-type, fuzzy-search code completion engine for Vim
 YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine
 for Vim. It has several completion engines: an identifier-based engine
 that works with every programming language, a semantic, Clang-based
 engine that provides native semantic code completion for
 C/C++/Objective-C/Objective-C++ and an omnifunc-based completer that uses data
 from Vim's omnicomplete system to provide semantic completions for many
 other languages (Ruby, PHP etc.).