File: control

package info (click to toggle)
elvish 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,524 kB
  • sloc: javascript: 171; sh: 153; makefile: 71; xml: 9
file content (31 lines) | stat: -rw-r--r-- 1,217 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
31
Source: elvish
Section: shells
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-coreos-bbolt-dev,
               golang-github-creack-pty-dev,
               golang-github-xiaq-persistent-dev (>= 0.0~git20200820),
               golang-golang-x-sys-dev,
               pandoc,
Standards-Version: 4.5.1
Homepage: https://elv.sh
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/go-team/packages/elvish
Vcs-Git: https://salsa.debian.org/go-team/packages/elvish.git
XS-Go-Import-Path: github.com/elves/elvish
Testsuite: autopkgtest-pkg-go

Package: elvish
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Friendly and expressive shell
 Elvish is a cross-platform shell, supporting Linux, BSDs and Windows.
 It features an expressive programming language, with features like namespacing
 and anonymous functions, and a fully programmable user interface with friendly
 defaults. It is suitable for both interactive use and scripting.