File: control

package info (click to toggle)
vim-youcompleteme 0%2B20161219%2Bgit194ff33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,196 kB
  • ctags: 890
  • sloc: python: 6,165; sh: 60; makefile: 27
file content (41 lines) | stat: -rw-r--r-- 1,468 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
31
32
33
34
35
36
37
38
39
40
41
Source: vim-youcompleteme
Section: editors
Priority: optional
Maintainer: Onur Aslan <onur@onur.im>
Build-Depends: debhelper (>= 9),
 dh-python,
 python3,
 flake8,
 python3-frozendict,
 python3-future,
 python3-hamcrest,
 python3-mock,
 python3-nose,
 python3-requests,
 python3-requests-futures,
 ycmd (>= 0+20161219+git486b809), ycmd (<< 0+20161219+git486b809.1)
X-Python-Version: >= 3.5
Standards-Version: 3.9.8
Homepage: http://valloric.github.io/YouCompleteMe/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/vim-youcompleteme.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/vim-youcompleteme.git

Package: vim-youcompleteme
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends},
 python3-frozendict,
 python3-future,
 python3-requests (>= 2.2.1),
 python3-requests-futures,
 ycmd (>= 0+20161219+git486b809), ycmd (<< 0+20161219+git486b809.1),
 vim-nox | vim-python
Recommends: vim-addon-manager
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.).