File: control

package info (click to toggle)
yash 2.50-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,036 kB
  • sloc: ansic: 33,211; makefile: 839; sh: 477; sed: 16
file content (30 lines) | stat: -rw-r--r-- 916 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: yash
Section: shells
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: ed,
	libncurses5-dev, dpkg-dev (>= 1.16.1~)
	, docbook-xsl
	, xsltproc
	, asciidoc
	, asciidoc-base
	, asciidoc-common, debhelper-compat (= 12)
Standards-Version: 4.5.0
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