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.1"
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"
glinter = ">= 2.12.0 and < 3.0.0"
[javascript]
typescript_declarations = true
[tools.glinter]
warnings_as_errors = true
[tools.glinter.rules]
label_possible = "off"
thrown_away_error = "off"
prefer_guard_clause = "off"
stringly_typed_error = "off"
assert_ok_pattern = "off"