File: control

package info (click to toggle)
libnet-openssh-parallel-perl 0.12-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 845; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libnet-openssh-parallel-perl
Section: perl
Priority: optional
Maintainer: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libnet-openssh-perl (>= 0.39),
 perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Net-OpenSSH-Parallel

Package: libnet-openssh-parallel-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libnet-openssh-perl (>= 0.39)
Description: run SSH jobs in parallel
 Net::OpenSSH::Parallel is an scheduler that can run commands in parallel in a
 set of hosts through SSH. It tries to find a compromise between being simple
 to use, efficient and covering a good part of the problem space of parallel
 process execution via SSH.