-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "bg_jobs" | ||
description = "Background job processing for your Gleam app" | ||
docs_url = "https://hexdocs.pm/bg_jobs/" | ||
repo_url = "https://github.com/MaxHill/bg_jobs" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "bseal" | ||
description = "Generate UUIDs" | ||
docs_url = "https://hexdocs.pm/bseal/" | ||
repo_url = "https://github.com/julywind168/bseal" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "checkmark" | ||
description = "Gleam markdown snippet validator" | ||
docs_url = "https://hexdocs.pm/checkmark/" | ||
repo_url = "https://github.com/sbergen/checkmark" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "dnalg" | ||
description = "DNAlg is a DNA manipulation library written in Gleam. It can be used as a library for your own Gleam programs, or a command line program!" | ||
docs_url = "https://hexdocs.pm/dnalg/" | ||
repo_url = "https://github.com/VoxelMC/dnalg-gleam" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "formz" | ||
description = "Accessible, type safe form parsing and generating for Gleam" | ||
docs_url = "https://hexdocs.pm/formz/" | ||
repo_url = "https://github.com/bentomas/formz" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "formz_lustre" | ||
description = "Lustre widgets and field definitions for the formz library." | ||
docs_url = "https://hexdocs.pm/formz_lustre/" | ||
repo_url = "https://github.com/bentomas/formz" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "formz_nakai" | ||
description = "Nakai widgets and field definitions for the formz library." | ||
docs_url = "https://hexdocs.pm/formz_nakai/" | ||
repo_url = "https://github.com/bentomas/formz" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "formz_string" | ||
description = "String widgets and field definitions for the formz library." | ||
docs_url = "https://hexdocs.pm/formz_string/" | ||
repo_url = "https://github.com/bentomas/formz" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "frac" | ||
description = "🧮 Fractions in Gleam" | ||
docs_url = "https://hexdocs.pm/frac/" | ||
repo_url = "https://github.com/giacomocavalieri/frac" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "gleamgen" | ||
description = "Generate type-safe gleam code (in gleam!)" | ||
docs_url = "https://hexdocs.pm/gleamgen/" | ||
repo_url = "https://github.com/Brewingweasel/gleamgen" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "glemcached" | ||
description = "A memcached client in pure gleam!" | ||
docs_url = "https://hexdocs.pm/glemcached/" | ||
repo_url = "https://github.com/arnu515/glemcached" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "lustre_omnistate" | ||
description = "Use Remote State, Locally" | ||
docs_url = "https://hexdocs.pm/lustre_omnistate/" | ||
repo_url = "https://github.com/weedonandscott/lustre_omnistate" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "lustre_tauri" | ||
description = "Gleam bindings to Tauri commands for Lustre web applications" | ||
docs_url = "https://hexdocs.pm/lustre_tauri/" | ||
repo_url = "https://github.com/ethanthoma/lustre_tauri" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "lww_register" | ||
description = "The last-write-wins register CRDT" | ||
docs_url = "https://hexdocs.pm/lww_register/" | ||
repo_url = "https://github.com/lpil/lww-register-crdt" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "messua" | ||
description = "A bit of a server framework." | ||
docs_url = "https://hexdocs.pm/messua/" | ||
repo_url = "https://codeberg.org//d2718/messua" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "oas" | ||
description = "Parse an open api (previously swagger) spec." | ||
docs_url = "https://hexdocs.pm/oas/" | ||
repo_url = "https://github.com/crowdhailer/oas" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "pog" | ||
description = "A PostgreSQL database client for Gleam, based on PGO" | ||
docs_url = "https://hexdocs.pm/pog/" | ||
repo_url = "https://github.com/lpil/pog" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "scrapbook" | ||
description = "Gleam package that can scrape parts of Facebook." | ||
docs_url = "https://hexdocs.pm/scrapbook/" | ||
repo_url = "https://codeberg.org/szelbi/scrapbook" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "spell_out" | ||
description = "Spells out numbers in english" | ||
docs_url = "https://hexdocs.pm/spell_out/" | ||
repo_url = "https://github.com/BlockListed/spell_out" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "unchained" | ||
description = "A framework for developing applications powered by large language models (LLMs) in Gleam" | ||
docs_url = "https://hexdocs.pm/unchained/" | ||
repo_url = "https://github.com/lostbean/unchained" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "utilsbr" | ||
description = "A simple brazillian documents such as CPF and CNPJ utilities library" | ||
docs_url = "https://hexdocs.pm/utilsbr/" | ||
repo_url = "https://github.com/malvfr/utilsbr" | ||
category = "" |