File: control

package info (click to toggle)
vim-vimerl 1.4.1%2Bgit20120509.89111c7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 212 kB
  • ctags: 224
  • sloc: erlang: 1,002; sh: 12; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download | duplicates (2)
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
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.