Skip to content

Commit 40eedd4

Browse files
committed
gleam_time
1 parent 9864462 commit 40eedd4

31 files changed

+118
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
325325
### Time
326326

327327
- [birl](https://github.com/massivefermion/birl) - [📚](https://hexdocs.pm/birl/) - Date / Time handling for Gleam
328+
- [gleam_time](https://github.com/gleam-lang/time) - [📚](https://hexdocs.pm/gleam_time/) - Work with time in Gleam!
328329
- [gtempo](https://github.com/jrstrunk/tempo) - [📚](https://hexdocs.pm/gtempo/) - A lightweight and Gleamy datetime library!
329330
- [gtz](https://github.com/jrstrunk/gtz) - [📚](https://hexdocs.pm/gtz/) - A timezone data provider for Gleam!
330331
- [rada](https://github.com/michaeljones/rada) - [📚](https://hexdocs.pm/rada/) - A library for dates with no times or time zones

packages/bibi.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "bibi"
2+
description = "A Gleam package for working with bitboards"
3+
repo_url = "https://github.com/b34nst4lk/bibi.gleam"
4+
category = ""

packages/carotte.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "carotte"
2+
description = "A RabbitMQ client for Gleam"
3+
repo_url = "https://github.com/renatillas/carotte"
4+
category = ""

packages/cat.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "cat"
2+
description = "Category Theory concepts in Gleam!"
3+
repo_url = "https://github.com/VSebastian8/cat"
4+
category = ""

packages/category_theory.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "category_theory"
2+
description = "Category theory concepts in gleam."
3+
repo_url = "https://github.com/VSebastian8/Category-Theory"
4+
category = ""

packages/clockwork.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "clockwork"
2+
description = "A cron expression utility library for Gleam"
3+
repo_url = "https://github.com/renatillas/clockwork"
4+
category = ""

packages/dag_json.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "dag_json"
2+
description = "Bindings to the js implementation of dag-json."
3+
repo_url = "https://github.com/crowdhailer/dag_json"
4+
category = ""

packages/datastar.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "datastar"
2+
description = "Gleam bindings for https://data-star.dev/"
3+
repo_url = "https://github.com/sporto/gleam-datastar"
4+
category = ""

packages/datastar_wisp.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "datastar_wisp"
2+
description = "Wisp adaptor for Datastar"
3+
repo_url = "https://github.com/sporto/gleam-datastar"
4+
category = ""

packages/franz.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "franz"
2+
description = "A Gleam library for interacting with Kafka"
3+
repo_url = "https://github.com/renatillas/franz"
4+
category = ""

packages/gleam_time.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "gleam_time"
22
description = "Work with time in Gleam!"
33
repo_url = "https://github.com/gleam-lang/time"
4-
category = ""
4+
category = "Time"

packages/gleamstral.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gleamstral"
2+
description = "A Gleam client for the Mistral AI API"
3+
repo_url = "https://github.com/Neofox/gleamstral"
4+
category = ""

packages/glee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "glee"
2+
description = "A Gleam library for parsing JSON"
3+
repo_url = "https://github.com/gleemers/glee"
4+
category = ""

packages/glelm.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "glelm"
2+
description = "Elm parser written in Gleam"
3+
repo_url = "https://github.com/bilus/glelm"
4+
category = ""

packages/gloop.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gloop"
2+
description = "Stack-safe `while do` and `do while` loops in Gleam"
3+
repo_url = "https://github.com/DriesDhooghe/gloop"
4+
category = ""

packages/gpkm.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gpkm"
2+
description = "A simple deserializer, to read PKM data (Gen4)"
3+
repo_url = "https://github.com/rbobillot/gpkm"
4+
category = ""

packages/hx.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "hx"
2+
description = "HTMX attributes for lustre"
3+
repo_url = "https://github.com/renatillas/hx"
4+
category = ""

packages/input.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "input"
2+
description = "This package provides a single function, `input`, that prints a prompt and then reads a user's input."
3+
repo_url = "https://github.com/bcpeinhardt/input"
4+
category = ""

packages/iv.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "iv"
2+
description = "A fast, safe, batteries-included array for Gleam!"
3+
repo_url = "https://gitlab.com/arkandos/iv"
4+
category = ""

packages/multiformats.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "multiformats"
2+
description = "Bindings to the js implementation of multiformats"
3+
repo_url = "https://github.com/crowdhailer/multiformats"
4+
category = ""

packages/multipart_form.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "multipart_form"
2+
description = "Small library to generate multipart/form-data requests and parse them"
3+
repo_url = "https://github.com/siesta-cat/gleam_multipart_form"
4+
category = ""

packages/nephrotoma.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "nephrotoma"
2+
description = "Checking whether a path exists in a tree"
3+
repo_url = "https://codeberg.org/pixl_xip/nephrotoma"
4+
category = ""

packages/olive.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "olive"
2+
description = "A gleam dev proxy to enable live reload and smoother DX"
3+
repo_url = "https://github.com/fravan/olive"
4+
category = ""

packages/pegasus_crypto.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "pegasus_crypto"
2+
description = "A modern cryptography library for Gleam, built with safety and ease of use in mind."
3+
repo_url = "https://codeberg.org/cmooon/pegasus"
4+
category = ""

packages/pinkdf2.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "pinkdf2"
2+
description = "Gleam bindings to fast_pbkdf2 NIF of PBKDF2 (Password-Based Key Derivation Function 2) for Erlang."
3+
repo_url = "https://github.com/yazatamorph/pinkdf2"
4+
category = ""

packages/quaternion.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "quaternion"
2+
description = "A simple quaternion implementation made with and for Gleam. Heavily inspired by the Rust quaternion crate."
3+
repo_url = "https://github.com/PiaCOS/quaternion_gleam"
4+
category = ""

packages/shimmy.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "shimmy"
2+
description = "Gleam lexer in gleam"
3+
repo_url = "https://github.com/leonardo-toffalini/shimmy"
4+
category = ""

packages/silk.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "silk"
2+
description = "Gleam binding to the builtin Erlang wxWidgets"
3+
repo_url = "https://github.com/enderchief/silk"
4+
category = ""

packages/sorbet.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "sorbet"
2+
description = "A simple key-value configuration format parser and formatter for Gleam with support for multi-line values."
3+
repo_url = "https://github.com/gleemers/glee-sorbet"
4+
category = ""

packages/spotify_client.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "spotify_client"
2+
description = "A Gleam client for the Spotify API"
3+
repo_url = "https://github.com/adaminglehart/gleam_spotify_client"
4+
category = ""

packages/xo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "xo"
2+
description = "The essentials of Tic-tac-toe extracted into a library."
3+
repo_url = "https://github.com/dwayne/gleam-xo"
4+
category = ""

0 commit comments

Comments
 (0)