Source: yash
Section: shells
Priority: extra
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev,
	libncurses5-dev, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.8
Homepage: http://yash.osdn.jp/
Vcs-Git: git://anonscm.debian.org/collab-maint/yash.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/yash.git

Package: yash
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: yet another shell
 Yash is a command line shell that conforms to the POSIX.1 (IEEE Std
 1003.1, 2008 Edition) standard for the most part. Actually, it is much
 more POSIX-compliant than other shell like bash and zsh.
 .
 Yash also has its own features beyond POSIX, such as:
   * global aliases
   * random numbers
   * socket redirections and other special redirections
   * right prompt
   * command completion
