Packages
Work with Gleam's package interfaces
Current section
Files
Jump to
Current section
Files
gleam_package_interface
gleam.toml
gleam.toml
name = "gleam_package_interface"
version = "2.0.0"
description = "Work with Gleam's package interfaces"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-lang", repo = "package-interface-decoder" }
links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
birdie = ">= 1.0.0 and < 2.0.0"
glam = ">= 2.0.0 and < 3.0.0"