Source: xe
Maintainer: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11), dh-exec
Standards-Version: 4.1.3
Homepage: https://github.com/chneukirchen/xe
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/xe.git/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/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, ...
