File: control

package info (click to toggle)
es 0.90beta1-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,352 kB
  • ctags: 980
  • sloc: ansic: 8,088; sh: 1,495; makefile: 152; yacc: 109
file content (16 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: es
Section: shells
Priority: optional
Maintainer: Gergely Nagy <algernon@bonehunter.rulez.org>
Standards-Version: 3.6.1
Build-Depends: bison, libncurses5-dev, libreadline4-dev

Package: es
Architecture: any
Depends: ${shlibs:Depends}
Description: An extensible shell based on `rc'
 Es is a command interpreter and programming language which
 combines the standard features of other Unix shells with the features
 of a functional programming language such as Scheme. The syntax is
 derived from rc(1).  Es is intended for use both as an interactive
 shell and a programming language for scripts.