Source: vim-youcompleteme
Section: editors
Priority: optional
Maintainer: Onur Aslan <onur@onur.im>
Build-Depends: debhelper (>= 9),
 cmake,
 python-dev,
 google-mock,
 libclang-dev (>= 3.3),
 libboost-python-dev,
 libboost-system-dev,
 libboost-filesystem-dev,
 libboost-regex-dev,
 libgtest-dev
X-Python-Version: >= 2.7
Standards-Version: 3.9.6
Homepage: http://valloric.github.io/YouCompleteMe/
Vcs-Git: git://anonscm.debian.org/collab-maint/vim-youcompleteme.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/vim-youcompleteme.git

Package: vim-youcompleteme
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python:Depends},
 python-bottle,
 python-futures,
 python-jedi,
 python-requests (>= 2.2.1),
 python-waitress,
 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.).
