| 12
 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
 
 | 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.
 |