Source: yash
Section: shells
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: ed,
	libncurses-dev, dpkg-dev (>= 1.16.1~)
	, procps
	, docbook-xsl
	, xsltproc
	, asciidoc
	, asciidoc-base
	, asciidoc-common, debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://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
