Source: yash
Section: shells
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 11),
	ed,
	libncurses5-dev, dpkg-dev (>= 1.16.1~)
	, docbook-xsl
	, xsltproc
	, asciidoc
	, asciidoc-base
	, asciidoc-common
Standards-Version: 4.3.0
Homepage: http://yash.osdn.jp/
Vcs-Git: https://salsa.debian.org/debian/yash.git
Vcs-Browser: https://salsa.debian.org/debian/yash

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
