Packages

A library for downloading Gleam packages

Current section

Files

Jump to
pack gleam.toml
Raw

gleam.toml

name = "pack"
version = "1.0.0"
description = "A library for downloading Gleam packages"
licences = ["Apache-2.0"]
repository = { type = "github", user = "GearsDatapacks", repo = "pack" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/GearsDatapacks" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_http = ">= 4.1.1 and < 5.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
directories = ">= 1.2.0 and < 2.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"
argv = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleescript = ">= 1.5.2 and < 2.0.0"