File: control

package info (click to toggle)
elib 1.0-10
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 324 kB
  • ctags: 263
  • sloc: lisp: 2,378; makefile: 101; sh: 39
file content (19 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: elib
Section: editors
Priority: extra
Maintainer: Tom Lees <tom@debian.org>
Standards-Version: 3.0.1.1

Package: elib
Architecture: all
Depends: emacsen, make
Description: Library of commonly-used Emacs functions
 Elib is designed to be for Elisp programs what libg++ is
 for C++ programs:  a collection of useful routines which don't have to
 be reinvented each time a new program is written.
 .
 Elib contains code for:
  - container data structures (queues, stacks, AVL trees, etc)
  - string handling functions missing in standard emacs
  - minibuffer handling functions missing in standard emacs
  - routines for handling lists of so called cookies in a buffer.