Source: vim-vimerl
Section: editors
Priority: optional
Maintainer: Per Andersson <avtobiff@gmail.com>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: http://github.com/jimenezrick/vimerl
Vcs-Git: git://git.debian.org/collab-maint/vim-vimerl.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/vim-vimerl.git;a=summary

Package: vim-vimerl
Architecture: all
Depends: ${misc:Depends}, erlang-base | erlang-base-hipe
Recommends: vim-addon-manager
Suggests: erlang-edoc
Provides: vim-erlang
Description: Erlang plugin for Vim
 Vimerl is a plugin for programming in Erlang. It provides several nice
 features to make your life easier when writing code.
 .
 The plugin offers the following features:
  - Code indenting
  - Code folding
  - Code omni completion
  - Syntax checking with quickfix support
  - Code skeletons for the OTP behaviours
  - Uses configuration from Rebar

Package: vim-vimerl-syntax
Architecture: all
Depends: ${misc:Depends}
Recommends: vim-addon-manager
Provides: vim-erlang-syntax
Description: Erlang syntax for Vim
 Vimerl is a plugin for programming in Erlang. It provides several nice
 features to make your life easier when writing code.
 .
 This package offers the syntax hilighting feature.
