Skip to content

Commit

Permalink
Add auto generated toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljones authored and lpil committed Jul 8, 2024
1 parent 032b983 commit 85e20e4
Show file tree
Hide file tree
Showing 21 changed files with 105 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cactus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "cactus"
description = "A tool for managing git lifecycle hooks with ✨ gleam! Pre commit, Pre push and more!"
docs_url = "https://hexdocs.pm/cactus/"
repo_url = "https://github.com/bwireman/cactus"
category = ""
5 changes: 5 additions & 0 deletions packages/counter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "counter"
description = "A counter for Gleam - modeled after Python's `collections.Counter`"
docs_url = "https://hexdocs.pm/counter/"
repo_url = "https://github.com/JosephTLyons/counter"
category = ""
5 changes: 5 additions & 0 deletions packages/decode.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "decode"
description = "Ergonomic dynamic decoders for Gleam!"
docs_url = "https://hexdocs.pm/decode/"
repo_url = "https://github.com/lpil/decode"
category = ""
5 changes: 5 additions & 0 deletions packages/domu.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "domu"
description = "DOM library for Gleam"
docs_url = "https://hexdocs.pm/domu/"
repo_url = "https://github.com/0918nobita/domu"
category = ""
5 changes: 5 additions & 0 deletions packages/feather.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "feather"
description = "A companion library to sqlight"
docs_url = "https://hexdocs.pm/feather/"
repo_url = "https://github.com/VioletBuse/feather"
category = ""
5 changes: 5 additions & 0 deletions packages/gleastsq.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleastsq"
description = "A least squares curve fitting library for Gleam."
docs_url = "https://hexdocs.pm/gleastsq/"
repo_url = "https://github.com/lucaspellegrinelli/gleastsq"
category = ""
5 changes: 5 additions & 0 deletions packages/glenv.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glenv"
description = "A library for type-safe environment variable access."
docs_url = "https://hexdocs.pm/glenv/"
repo_url = "https://github.com/custompro98/glenv"
category = ""
5 changes: 5 additions & 0 deletions packages/glubsub.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glubsub"
description = "A simple PubSub library using Gleam actors"
docs_url = "https://hexdocs.pm/glubsub/"
repo_url = "https://github.com/okkdev/glubsub"
category = ""
5 changes: 5 additions & 0 deletions packages/lustre_carousel.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "lustre_carousel"
description = "Image Carousel for lustre"
docs_url = "https://hexdocs.pm/lustre_carousel/"
repo_url = "https://github.com/codemonkey76/lustre_carousel"
category = ""
5 changes: 5 additions & 0 deletions packages/lustre_transition.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "lustre_transition"
description = "Transitions for lustre, designed for use with Tailwind"
docs_url = "https://hexdocs.pm/lustre_transition/"
repo_url = "https://github.com/codemonkey76/lustre_transition"
category = ""
5 changes: 5 additions & 0 deletions packages/node_tags.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "node_tags"
description = "A ditributed gleam service to dynamically give nodes labels and filter by said labels."
docs_url = "https://hexdocs.pm/node_tags/"
repo_url = "https://github.com/VioletBuse/node_tags"
category = ""
5 changes: 5 additions & 0 deletions packages/openfeature.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "openfeature"
description = "The Gleam SDK for the OpenFeature specification."
docs_url = "https://hexdocs.pm/openfeature/"
repo_url = "https://github.com/horvathandris/openfeature-gleam-sdk"
category = ""
5 changes: 5 additions & 0 deletions packages/pink.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "pink"
description = "Bindings to Ink. A library for building terminal UIs."
docs_url = "https://hexdocs.pm/pink/"
repo_url = "https://github.com/Massolari/pink"
category = ""
5 changes: 5 additions & 0 deletions packages/ref.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "ref"
description = "A ref cell library for gleam. The mutable references for the erlang target are implemented with Actors, so are not very performant. They should only be used if immutability is not an option"
docs_url = "https://hexdocs.pm/ref/"
repo_url = "https://github.com/Robert4S/gleam_ref"
category = ""
5 changes: 5 additions & 0 deletions packages/scaffold_gleam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "scaffold_gleam"
description = "CLI tool used to scaffold a web application"
docs_url = "https://hexdocs.pm/scaffold_gleam/"
repo_url = "https://github.com/codemonkey76/gleam_scaffold"
category = ""
5 changes: 5 additions & 0 deletions packages/shamir.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "shamir"
description = "An implementation of Shamir Secret Sharing in Gleam"
docs_url = "https://hexdocs.pm/shamir/"
repo_url = "https://github.com/LilyRose2798/shamir"
category = ""
5 changes: 5 additions & 0 deletions packages/snowgleam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "snowgleam"
description = "Gleam version of the Twitter's snowflake format for unique IDs."
docs_url = "https://hexdocs.pm/snowgleam/"
repo_url = "https://github.com/ezegros/snowgleam"
category = ""
5 changes: 5 additions & 0 deletions packages/starmap.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "starmap"
description = "Type-Safe, ORM-like SQL Library for gleam"
docs_url = "https://hexdocs.pm/starmap/"
repo_url = "https://github.com/MoeDevelops/starmap"
category = ""
5 changes: 5 additions & 0 deletions packages/tcpea.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "tcpea"
description = "A TCP library for Gleam."
docs_url = "https://hexdocs.pm/tcpea/"
repo_url = "https://github.com/orvitpng/tcpea"
category = ""
5 changes: 5 additions & 0 deletions packages/tupler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "tupler"
description = "Use constructors directly with tuples"
docs_url = "https://hexdocs.pm/tupler/"
repo_url = "https://github.com/MoeDevelops/tupler"
category = ""
5 changes: 5 additions & 0 deletions packages/wemote.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "wemote"
description = "A gleam package for executing code on remote nodes."
docs_url = "https://hexdocs.pm/wemote/"
repo_url = "https://github.com/VioletBuse/wemote"
category = ""

0 comments on commit 85e20e4

Please sign in to comment.