Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 12, 2024
1 parent e2934fa commit 504aad3
Show file tree
Hide file tree
Showing 21 changed files with 105 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bg_jobs.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/bseal.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/checkmark.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/dnalg.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/formz.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/formz_lustre.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/formz_nakai.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/formz_string.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/frac.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/gleamgen.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/glemcached.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/lustre_omnistate.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/lustre_tauri.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/lww_register.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/messua.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/oas.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/pog.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/scrapbook.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/spell_out.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/unchained.toml
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 = ""
5 changes: 5 additions & 0 deletions packages/utilsbr.toml
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 = ""

0 comments on commit 504aad3

Please sign in to comment.