Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ansel and gtz #198

Merged
merged 2 commits into from
Nov 12, 2024
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].

### Graphics

- [ansel](https://github.com/tinybackup/ansel) - [📚](https://hexdocs.pm/ansel/) - A simple and fast vips image processing library for Gleam!
- [gleam_community_colour](https://github.com/gleam-community/colour) - [📚](https://hexdocs.pm/gleam_community_colour/) - Colour types, conversions, and other utilities

### HTML
Expand Down Expand Up @@ -322,7 +323,8 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Time

- [birl](https://github.com/massivefermion/birl) - [📚](https://hexdocs.pm/birl/) - Date / Time handling for Gleam
- [gtempo](https://github.com/jrstrunk/tempo) - [📚](https://hexdocs.pm/gtempo/) - A Gleam library for controlling the tempo of your application through helpful date and time functions!
- [gtempo](https://github.com/jrstrunk/tempo) - [📚](https://hexdocs.pm/gtempo/) - A lightweight and Gleamy datetime library!
- [gtz](https://github.com/jrstrunk/gtz) - [📚](https://hexdocs.pm/gtz/) - A timezone data provider for Gleam!
- [rada](https://github.com/michaeljones/rada) - [📚](https://hexdocs.pm/rada/) - A library for dates with no times or time zones

### Validation
Expand Down
2 changes: 1 addition & 1 deletion packages/ansel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "ansel"
description = "A simple and fast vips image processing library for Gleam!"
docs_url = "https://hexdocs.pm/ansel/"
repo_url = "https://github.com/tinybackup/ansel"
category = ""
category = "Graphics"
2 changes: 1 addition & 1 deletion packages/gtempo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gtempo"
description = "A Gleam library for controlling the tempo of your application through helpful date and time functions!"
description = "A lightweight and Gleamy datetime library!"
docs_url = "https://hexdocs.pm/gtempo/"
repo_url = "https://github.com/jrstrunk/tempo"
category = "Time"
2 changes: 1 addition & 1 deletion packages/gtz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "gtz"
description = "A timezone data provider for Gleam! "
docs_url = "https://hexdocs.pm/gtz/"
repo_url = "https://github.com/jrstrunk/gtz"
category = ""
category = "Time"
Loading