Packages

A library for converting a calendar date to a stardate

Current section

Files

Jump to
stardate gleam.toml
Raw

gleam.toml

name = "stardate"
version = "0.1.0"
description = "A library for converting a calendar date to a stardate"
licences = ["Apache-2.0"]
repository = { type = "codeberg", user = "hoanga", repo = "stardate" }
links = [{ title = "Gleam", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"