File: control

package info (click to toggle)
elib 1.0-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 336 kB
  • ctags: 268
  • sloc: lisp: 2,378; makefile: 110; sh: 37
file content (20 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: elib
Section: editors
Priority: extra
Maintainer: Joerg Jaspert <joerg@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), texinfo, texi2html
Standards-Version: 3.5.2

Package: elib
Architecture: all
Depends: emacs21 | 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.