Packages

A basic rational number library for Gleam

Retired package: Deprecated - Incomplete

Current section

Files

Jump to
rizzo gleam.toml
Raw

gleam.toml

name = "rizzo"
version = "0.1.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A basic rational number library for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "username", repo = "project" }
links = [{ title = "Website", href = "https://github.com/hunkyjimpjorps/rizzo" }]
[dependencies]
gleam_stdlib = "~> 0.31"
[dev-dependencies]
gleeunit = "~> 0.10"