Current section
Files
Jump to
Current section
Files
gleam.toml
name = "dee"
version = "1.0.0"
description = "Arbitrary precision decimal arithmetic for Gleam. A pure Gleam implementation of Elixir's Decimal library."
licences = ["Apache-2.0"]
repository = { type = "github", user = "kantox", repo = "dee" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
bigi = ">= 4.1.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"
[javascript]
typescript_declarations = true