Packages

Split shell commands into words

Current section

Files

Jump to
shlex gleam.toml
Raw

gleam.toml

name = "shlex"
version = "1.1.0"
description = "Split shell commands into words"
licences = ["MIT"]
repository = { type = "github", user = "aazuspan", repo = "shlex" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"