Source: ksh
Section: shells
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Nicholas Bamber <nicholas@periapt.co.uk>
Homepage: http://www.kornshell.com/
Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/ksh.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/ksh.git

Package: ksh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, binfmt-support
Description: Real, AT&T version of the Korn shell
 Ksh is a UNIX command interpreter (shell) that is intended for both
 interactive and shell script use. Its command language is a superset of
 the sh(1) shell language.
 .
 The 1993 version adds a number of new, mostly scripting related,
 features over the 1988 version that is typically distributed with
 commercial UNIX variants. For example, it has lexical scoping, compound
 variables, associative arrays, named references and floating point
 math.
 .
 The shcomp tool can be used to compile ksh scripts into a binary format.
