Packages
A simple parallel map library in Gleam
Current section
Files
Jump to
Current section
Files
parallel_map
gleam.toml
gleam.toml
name = "parallel_map"
version = "3.0.2"
description = "A simple parallel map library in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "PastMoments", repo = "parallel_map" }
target = "erlang"
internal_modules = [
"parallel_map/internal",
"parallel_map/internal/*"
]
[dependencies]
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
gleam_stdlib = ">= 0.62.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.6.1 and < 2.0.0"