Packages

Arbitrary precision decimal arithmetic for Gleam. A pure Gleam implementation of Elixir's Decimal library.

Current section

Files

Jump to
dee gleam.toml
Raw

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