Packages

BEAM stack trace in Gleam: a stack trace of stack frames with module name, function name, arity, file name and line number.

Current section

Files

Jump to
stacky gleam.toml
Raw

gleam.toml

name = "stacky"
version = "1.1.0"
description = "BEAM stack trace in Gleam: a stack trace of stack frames with module name, function name, arity, file name and line number."
licences = ["Apache-2.0"]
repository = { type = "github", user = "inoas", repo = "stacky" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
pprint = ">= 1.0.3 and < 2.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.1.2 and < 2.0.0"