Current section
Files
Jump to
Current section
Files
ieee_float
gleam.toml
gleam.toml
version = "1.4.0"
name = "ieee_float"
description = "Gleam library that provides an IEEE 754 compliant float type."
gleam = ">= 1.9.0"
licences = ["MIT"]
repository = { type = "github", user = "richard-viney", repo = "ieee_float" }
links = [
{ title = "Website", href = "https://github.com/richard-viney/ieee_float" },
]
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.3.1 and < 2.0.0"
[javascript]
deno = { allow_read = true }