Packages

Automatically clean-up temporary files when processes exit

Current section

Files

Jump to
process_file gleam.toml
Raw

gleam.toml

name = "process_file"
version = "1.0.0"
gleam = ">= 1.15.0"
description = "Automatically clean-up temporary files when processes exit"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "process_file" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
mala = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.3.1 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"