Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### Time

- [Clockwork](https://github.com/renatillas/clockwork) - [📚](https://hexdocs.pm/Clockwork/) - A cron expression parser library for Gleam
- [birl](https://github.com/massivefermion/birl) - [📚](https://hexdocs.pm/birl/) - Date / Time handling for Gleam
- [gleam_time](https://github.com/gleam-lang/time) - [📚](https://hexdocs.pm/gleam_time/) - Work with time in Gleam!
- [gtempo](https://github.com/jrstrunk/tempo) - [📚](https://hexdocs.pm/gtempo/) - A lightweight and Gleamy datetime library!
Expand Down
4 changes: 4 additions & 0 deletions packages/clockwork.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "Clockwork"
description = "A cron expression parser library for Gleam"
repo_url = "https://github.com/renatillas/clockwork"
category = "Time"