Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 8, 2024
1 parent c25e101 commit 1b454e6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [gap](https://github.com/JohnBjrk/gap) - [📚](https://hexdocs.pm/gap/) - A Gleam library for comparing strings/lists and producing a textual (styled) representation of the differences.
- [glam](https://github.com/giacomocavalieri/glam) - [📚](https://hexdocs.pm/glam/) - A package to help you easily pretty print structured data
- [glemplate](https://gitlab.com/Nicd/glemplate) - [📚](https://hexdocs.pm/glemplate/) - A simple template engine for Gleam
- [glisbn](https://github.com/solar05/glisbn) - [📚](https://hexdocs.pm/glisbn/) - A ISBN utility library for Gleam.
- [hug](https://github.com/brettkolodny/gleam-hug) - [📚](https://hexdocs.pm/hug/) - Helpful and pretty CLI messages
- [iso_8859](https://github.com/richard-viney/iso_8859) - [📚](https://hexdocs.pm/iso_8859/) - Gleam library to decode ISO/IEC 8859 binary data into native UTF-8 strings.
- [justin](https://github.com/lpil/justin) - [📚](https://hexdocs.pm/justin/) - Convert between snake_case, camelCase, and other cases in Gleam
Expand All @@ -258,7 +259,6 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Validation

- [crossbar](https://github.com/aosasona/crossbar) - [📚](https://hexdocs.pm/crossbar/) - Data validation library in pure Gleam
- [glisbn](https://github.com/solar05/glisbn) - - [📚](https://hex.pm/packages/glisbn/) - A ISBN utility library for Gleam.

### Web frameworks

Expand Down
5 changes: 5 additions & 0 deletions packages/bungle.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "bungle"
description = "Bun bindings for Gleam, otherwise know as bungle!"
docs_url = "https://hexdocs.pm/bungle/"
repo_url = "https://github.com/joshgillies/bungle"
category = ""
5 changes: 5 additions & 0 deletions packages/flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "flash"
description = "Gleam package enabling structured logging in both Erlang and JavaScript environments"
docs_url = "https://hexdocs.pm/flash/"
repo_url = "https://github.com/larzconwell/flash"
category = ""
2 changes: 1 addition & 1 deletion packages/glisbn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "glisbn"
description = "A ISBN utility library for Gleam."
docs_url = "https://hexdocs.pm/glisbn/"
repo_url = "https://github.com/solar05/glisbn"
category = "Validation"
category = "Text"
5 changes: 5 additions & 0 deletions packages/pprint.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "pprint"
description = "Pretty print values with style!"
docs_url = "https://hexdocs.pm/pprint/"
repo_url = "https://github.com/MystPi/pprint"
category = ""
5 changes: 5 additions & 0 deletions packages/sheen.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "sheen"
description = "Fully typed library for constructing command line parsers using gleam"
docs_url = "https://hexdocs.pm/sheen/"
repo_url = "https://github.com/ehllie/sheen"
category = ""

0 comments on commit 1b454e6

Please sign in to comment.