Packages

Simple algebraic dice notation parser for Gleam

Current section

Files

Jump to
diced gleam.toml
Raw

gleam.toml

name = "diced"
version = "1.0.0"
description = "Simple algebraic dice notation parser for Gleam"
licences = ["BSD-3-Clause"]
repository = { type = "codeberg", user = "sheetr", repo = "diced" }
links = [{ title = "Website", href = "https://sheetr.app" }]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
splitter = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.2.7 and < 2.0.0"
pprint = ">= 1.0.5 and < 2.0.0"