File: control

package info (click to toggle)
xe 0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 128 kB
  • sloc: ansic: 665; sh: 500; perl: 73; makefile: 32
file content (21 lines) | stat: -rw-r--r-- 723 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
Source: xe
Maintainer: nicoo <nicoo@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://git.vuxu.org/xe/about/
Vcs-Browser: https://salsa.debian.org/debian/xe
Vcs-Git: https://salsa.debian.org/debian/xe.git

Package: xe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple alternative to xargs and apply
 xe is a tool for constructing command lines from file listings or
 arguments, which includes the best features of xargs(1) and apply(1).
 .
 Its name means "execute for every ...".
 .
 It provides simple(r) parsing of its input, does not invoke a shell by
 default, can execute multiple commands in parallel, ...