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
|
Source: gash
Section: admin
Maintainer: Debian Scheme Team <debian-scheme@lists.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Build-Depends:
debhelper-compat (= 13),
guile-3.0-dev,
help2man,
texinfo,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/gash.git
Vcs-Browser: https://salsa.debian.org/debian/gash/
Homepage: https://codeberg.org/guix/gash/
Package: gash
Architecture: any
Depends:
guile-3.0,
${misc:Depends},
${shlibs:Depends},
Description: Guile POSIX-compatible /bin/sh shell implementation
Gash is a POSIX-compatible shell written in Guile Scheme. It provides
both the shell interface, as well as a Guile library for parsing shell
scripts.
.
This package contains the command-line tool 'gash'.
|