50c389917e
Builds an executable (parallelize) which runs jobs in parallel on the CPU's cores (all, by default). The jobs are specified one per line in standard input.
21 lines
483 B
TOML
21 lines
483 B
TOML
name = "parallelize"
|
|
description = "Execute multiple commands in parallel"
|
|
version = "1.0.0"
|
|
|
|
authors = ["Simon Wright"]
|
|
maintainers = ["Simon Wright <simon@pushface.org>"]
|
|
maintainers-logins = ["simonjwright"]
|
|
licenses = "Apache-2.0"
|
|
website = ""
|
|
tags = ["parallel", "execution"]
|
|
|
|
executables = ["parallelize"]
|
|
|
|
[build-switches]
|
|
development.contracts = "yes"
|
|
|
|
[origin]
|
|
commit = "b5ceb7596673c4ffe96cfc54f67cc1e40c89d19c"
|
|
url = "git+https://github.com/simonjwright/parallelize.git"
|
|
|