Files
alire-index-community/index/pa/parallelize/parallelize-1.0.0.toml
T
Simon Wright 50c389917e Adding parallelize. (#1002)
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.
2024-02-19 10:41:56 +01:00

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"