1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  
     | 
    
      Source: paexec
Section: devel
Priority: optional
Homepage: https://sourceforge.net/projects/paexec/
Maintainer: Alexander Ponyatykh <lazyranma@gmail.com>
Build-Depends:
 debhelper-compat (=12),
 mk-configure,
 runawk, gawk,
 graphviz, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, ghostscript
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/debian/paexec
Vcs-Git: https://salsa.debian.org/debian/paexec.git
Package: paexec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, runawk
Description: execute tasks in parallel
 paexec is a tool to execute tasks in parallel.
 .
 paexec reads tasks from the standard input and distributes
 them over a number of nodes using a specified transport
 protocol.
 
     |