Current section

Files

Jump to
ieee_float gleam.toml
Raw

gleam.toml

version = "2.0.0"
name = "ieee_float"
description = "Gleam library that provides an IEEE 754 compliant float type."
gleam = ">= 1.16.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 = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.10.0 and < 2.0.0"
[javascript]
deno = { allow_read = true }