File: control

package info (click to toggle)
mdm 0.1.3-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 148 kB
  • ctags: 173
  • sloc: ansic: 1,268; sh: 69; makefile: 54
file content (20 lines) | stat: -rw-r--r-- 824 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
20
Source: mdm
Section: utils
Priority: extra
Maintainer: Chuan-kai Lin <cklin@debian.org>
Build-Depends: cdbs, debhelper (>= 7), libncurses5-dev
Standards-Version: 3.8.3
Homepage: http://mdm.berlios.de/

Package: mdm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, screen
Description: Utilities for single-host parallel shell scripting
 The Middleman System (mdm) is a set of utilities that help you
 parallelize your shell scripts.  Simply label the commands to run in
 parallel, and the System automatically exploits every parallelization
 opportunity that arises at runtime.  You can also specify dependency
 between commands so that they run in an appropriate order.
 .
 Comes with an ncurses-based monitoring console.  Compatible with xargs,
 find, make, any shell, together, in a script or interactively.