File: control

package info (click to toggle)
esh 0.8-7
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 508 kB
  • ctags: 542
  • sloc: ansic: 3,608; lisp: 166; makefile: 72
file content (16 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: esh
Section: shells
Priority: optional
Maintainer: Edward Betts <edward@debian.org>
Standards-Version: 3.5.2
Build-Depends: debhelper, tetex-bin, libreadline4-dev (>= 2.1-12), texi2html

Package: esh
Architecture: any
Depends: ${shlibs:Depends}
Description: the easy shell
 esh was primarily written out of a need for a simple and lightweight shell
 for Unix. As such, it deviates completely from all of the traditional
 shells, opting instead for a Lisp-like syntax. This allows exceptionally 
 small size, both in terms of lines of code and memory consumption, while
 retaining remarkable flexibility and programmability.