Source: ksh93u+m Section: shells Priority: optional Maintainer: Anuradha Weeraman Homepage: http://www.kornshell.com/ Build-Depends: debhelper-compat (= 13), dh-exec Standards-Version: 4.7.4 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/debian/ksh.git Vcs-Browser: https://salsa.debian.org/debian/ksh Package: ksh93u+m Architecture: any Replaces: ksh (<= 2020.0.0+really93u+20120801-10) Breaks: ksh (<= 2020.0.0+really93u+20120801-10) Provides: ksh Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: binfmt-support Description: AT&T KornShell KornShell (ksh93) is an interactive command interpreter and a scripting language that is a superset of the Bourne shell, sh(1). This package provides the community-maintained 93u+m development series, which continues the last stable AT&T Software Technology release of ksh93. . In addition to the usual interactive shell facilities, ksh93 offers a full-featured programming language with capabilities comparable to scripting languages such as AWK, Perl, Rexx and Tcl. . The shell language is largely compatible with the POSIX Shell and Utilities specification, and existing Bourne and POSIX shell scripts generally run unmodified. By default ksh93 preserves its traditional, documented behaviour rather than conforming strictly to POSIX; closer conformance to the standard is available by enabling the shell's "posix" option. . The KornShell language was designed and developed by David G. Korn at AT&T Bell Laboratories and AT&T Research.