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 chip to README #203

Merged
merged 3 commits into from
Dec 3, 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Erlang and OTP

- [carpenter](https://github.com/grottohub/carpenter) - [📚](https://hexdocs.pm/carpenter/) - Bindings for Erlang's ETS tables. Forked and updated from gts.
- [chip](https://github.com/chouzar/chip) - [📚](https://hexdocs.pm/chip/) - A Gleam registry library
- [gen_core_erlang](https://codeberg.org/kero/gleam_codegen) - [📚](https://hexdocs.pm/gen_core_erlang/) - Generate Core Erlang from Gleam (wraps the Erlang cerl compiler module)
- [gleam_erlang](https://github.com/gleam-lang/erlang) - [📚](https://hexdocs.pm/gleam_erlang/) - A Gleam library for working with Erlang
- [gleam_otp](https://github.com/gleam-lang/otp) - [📚](https://hexdocs.pm/gleam_otp/) - Fault tolerant multicore Gleam programs with OTP
Expand Down
5 changes: 5 additions & 0 deletions packages/acrostic.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "acrostic"
description = "A pure Gleam implementation of Google Protobuf."
docs_url = "https://hexdocs.pm/acrostic/"
repo_url = "https://github.com/julywind168/acrostic"
category = ""
5 changes: 5 additions & 0 deletions packages/atto.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "atto"
description = "Robust and extensible parser combinators for Gleam"
docs_url = "https://hexdocs.pm/atto/"
repo_url = "https://github.com/ieeemma/atto"
category = ""
5 changes: 5 additions & 0 deletions packages/bright.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "bright"
description = "Be bright. Derive data in your Lustre model."
docs_url = "https://hexdocs.pm/bright/"
repo_url = "https://github.com/ghivert/bright"
category = ""
5 changes: 5 additions & 0 deletions packages/cake_pog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "cake_pog"
description = "🎂Cake 🐘PostgreSQL adapter which passes PreparedStatements to the pog library for execution written in Gleam."
docs_url = "https://hexdocs.pm/cake_pog/"
repo_url = "https://github.com/inoas/gleam-cake-pog"
category = ""
2 changes: 1 addition & 1 deletion packages/chip.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "chip"
description = "A Gleam registry library"
docs_url = "https://hexdocs.pm/chip/"
repo_url = "https://github.com/chouzar/chip"
category = ""
category = "Erlang and OTP"
5 changes: 5 additions & 0 deletions packages/cigogne.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "cigogne"
description = "Easily migrate your Postgres databases. In Gleam !"
docs_url = "https://hexdocs.pm/cigogne/"
repo_url = "https://github.com/Billuc/cigogne"
category = ""
5 changes: 5 additions & 0 deletions packages/glat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glat"
description = "A featureful rational number type for Gleam."
docs_url = "https://hexdocs.pm/glat/"
repo_url = "https://codeberg.org/bobjoe12131/glat"
category = ""
5 changes: 5 additions & 0 deletions packages/gleam_deque.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleam_deque"
description = "A double-ended queue data structure"
docs_url = "https://hexdocs.pm/gleam_deque/"
repo_url = "https://github.com/gleam-lang/deque"
category = ""
5 changes: 5 additions & 0 deletions packages/gleam_regexp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleam_regexp"
description = "Regular expressions in Gleam!"
docs_url = "https://hexdocs.pm/gleam_regexp/"
repo_url = "https://github.com/gleam-lang/regexp"
category = ""
5 changes: 5 additions & 0 deletions packages/gleam_retry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleam_retry"
description = "Retry code that can fail."
docs_url = "https://hexdocs.pm/gleam_retry/"
repo_url = "https://github.com/JosephTLyons/retry"
category = ""
5 changes: 5 additions & 0 deletions packages/gleam_yielder.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleam_yielder"
description = "Unfold values on-demand from a function"
docs_url = "https://hexdocs.pm/gleam_yielder/"
repo_url = "https://github.com/gleam-lang/yielder"
category = ""
5 changes: 5 additions & 0 deletions packages/gleameter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleameter"
description = "An implementation of the International System of Units (SI) in Gleam"
docs_url = "https://hexdocs.pm/gleameter/"
repo_url = "https://github.com/theonlytails/gleameter"
category = ""
5 changes: 5 additions & 0 deletions packages/gleamstar.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleamstar"
description = "The A* search algorithm implemented in gleam"
docs_url = "https://hexdocs.pm/gleamstar/"
repo_url = "https://github.com/dinkelspiel/gleamstar"
category = ""
5 changes: 5 additions & 0 deletions packages/glebs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glebs"
description = "An OAuth PKCE helper for Gleam in Browser. You can easily use this with lustre."
docs_url = "https://hexdocs.pm/glebs/"
repo_url = "https://github.com/andho/glebs"
category = ""
5 changes: 5 additions & 0 deletions packages/gtabler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gtabler"
description = "A customizable library for printing tables with colors and styles in Gleam."
docs_url = "https://hexdocs.pm/gtabler/"
repo_url = "https://github.com/eAntillon/gleam_table_printer"
category = ""
5 changes: 5 additions & 0 deletions packages/gxyz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gxyz"
description = "🛒 A small library of helper functions, that works as a companion of gleam_stdlib"
docs_url = "https://hexdocs.pm/gxyz/"
repo_url = "https://github.com/bwireman/gxyz"
category = ""
5 changes: 5 additions & 0 deletions packages/json_blueprint.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "json_blueprint"
description = "Simplify JSON encoding/decoding while automatically generating JSON schemas for your data types."
docs_url = "https://hexdocs.pm/json_blueprint/"
repo_url = "https://github.com/lostbean/json_blueprint"
category = ""
5 changes: 5 additions & 0 deletions packages/lustre_http_lib.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "lustre_http_lib"
description = "HTTP requests from lustre"
docs_url = "https://hexdocs.pm/lustre_http_lib/"
repo_url = "https://codeberg.org/kero/lustre_http"
category = ""
5 changes: 5 additions & 0 deletions packages/lustre_pipes.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "lustre_pipes"
description = "Write Lustre template using Gleam's pipes"
docs_url = "https://hexdocs.pm/lustre_pipes/"
repo_url = "https://github.com/weedonandscott/lustre_pipes"
category = ""
5 changes: 5 additions & 0 deletions packages/midas_node.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "midas_node"
description = "Run midas tasks in a nodejs environment. "
docs_url = "https://hexdocs.pm/midas_node/"
repo_url = "https://github.com/midas-framework/midas_node"
category = ""
5 changes: 5 additions & 0 deletions packages/mysig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "mysig"
description = "Tookit for building web (sites, apps or pages) with Gleam"
docs_url = "https://hexdocs.pm/mysig/"
repo_url = "https://github.com/crowdhailer/mysig"
category = ""
5 changes: 5 additions & 0 deletions packages/omnimessage_lustre.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "omnimessage_lustre"
description = "Use Remote State, Locally"
docs_url = "https://hexdocs.pm/omnimessage_lustre/"
repo_url = "https://github.com/weedonandscott/omnimessage"
category = ""
5 changes: 5 additions & 0 deletions packages/omnimessage_server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "omnimessage_server"
description = "Use Remote State, Locally"
docs_url = "https://hexdocs.pm/omnimessage_server/"
repo_url = "https://github.com/weedonandscott/omnimessage"
category = ""
5 changes: 5 additions & 0 deletions packages/openrouter_client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "openrouter_client"
description = "A simple and incomplete client library for OpenRouter"
docs_url = "https://hexdocs.pm/openrouter_client/"
repo_url = "https://codeberg.org/cmooon/openrouter_client"
category = ""
5 changes: 5 additions & 0 deletions packages/optimist.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "optimist"
description = "A simple package for modelling optimistic ui updates."
docs_url = "https://hexdocs.pm/optimist/"
repo_url = "https://github.com/hayleigh-dot-dev/optimist"
category = ""
5 changes: 5 additions & 0 deletions packages/ordered_dict.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "ordered_dict"
description = "Ordered Dict implementation in gleam"
docs_url = "https://hexdocs.pm/ordered_dict/"
repo_url = "https://github.com/alpvax/gleam_ordered_dict"
category = ""
5 changes: 5 additions & 0 deletions packages/persevero.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "persevero"
description = "Execute fallible operations multiple times."
docs_url = "https://hexdocs.pm/persevero/"
repo_url = "https://github.com/JosephTLyons/persevero"
category = ""
5 changes: 5 additions & 0 deletions packages/report.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "report"
description = "Create informative & beautiful source code reports."
docs_url = "https://hexdocs.pm/report/"
repo_url = "https://github.com/MystPi/report"
category = ""
5 changes: 5 additions & 0 deletions packages/starflow.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "starflow"
description = "A library for building stateful chains of LLM interactions!"
docs_url = "https://hexdocs.pm/starflow/"
repo_url = "https://github.com/ethanthoma/starflow"
category = ""
5 changes: 5 additions & 0 deletions packages/timestamps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "timestamps"
description = "timestamp in Gleam"
docs_url = "https://hexdocs.pm/timestamps/"
repo_url = "https://git.mastodont.cat/pswsm/timestamps"
category = ""
Loading