File: control

package info (click to toggle)
el-get 3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,928 kB
  • ctags: 246
  • sloc: lisp: 2,837; sh: 24; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 922 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
Source: el-get
Section: editors
Priority: extra
Maintainer: Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.9.2
Homepage: http://github.com/dimitri/el-get/
Vcs-Git: git://git.debian.org/users/acid/el-get.git
Vcs-Browser: http://git.debian.org/?p=users/acid/el-get.git;a=summary

Package: el-get
Architecture: all
Depends: emacs | emacsen, ${misc:Depends}
Description: install and manage elisp code for Emacs
 Allows you to install and manage elisp code for Emacs. It supports lots of
 differents types of sources and is able to 'install' them, 'update' them
 and 'remove' them, but more importantly it will 'init' them for you.
 .
 That means it will care about requiring the 'features' you need, loading
 the files, setting the 'Info' paths so that C-h i shows the new
 documentation you now depend on, and finally call your own :after function
 for you to setup the extension.