Current section
Files
Jump to
Current section
Files
gleam.toml
name = "sidereal"
version = "1.0.0"
description = "A comprehensive calendar library for Gleam — date, time, datetime, naive datetime, duration, ISO 8601 parsing and formatting, timezone support. Port of Elixir's Calendar modules."
licences = ["Apache-2.0"]
repository = { type = "github", user = "dkuku", repo = "sidereal" }
links = [{ title = "Repository", href = "https://github.com/dkuku/sidereal" }]
# Package metadata for Hex
exclude_dirs = ["optional_modules"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"