Skip to content

Commit

Permalink
Update list, add category to nakai
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonperassoli authored and lpil committed Mar 17, 2024
1 parent 8b643bb commit 80ddcd6
Show file tree
Hide file tree
Showing 25 changed files with 117 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [glentities](https://gitlab.com/Nicd/glentities) - [📚](https://hexdocs.pm/glentities/) - HTML entity encoder/decoder for Gleam
- [htmb](https://github.com/lpil/htmb) - [📚](https://hexdocs.pm/htmb/) - A tiny HTML builder for Gleam
- [htmgrrrl](https://github.com/lpil/htmgrrrl) - [📚](https://hexdocs.pm/htmgrrrl/) - Gleam bindings to htmerl, the fast and memory efficient Erlang HTML SAX parser.
- [nakai](https://github.com/nakaixo/nakai) - [📚](https://hexdocs.pm/nakai/) - HTML generation for Gleam, on the server or anywhere else

### HTTP

Expand Down
5 changes: 5 additions & 0 deletions packages/arcana_signals.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "arcana_signals"
description = "Gleam bindings to @preact/signals-core that won't crash in Erlang"
docs_url = "https://hexdocs.pm/arcana_signals/"
repo_url = "https://github.com/synecdokey/arcana_signals"
category = ""
5 changes: 5 additions & 0 deletions packages/chromatic.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "chromatic"
description = "Beautiful, expressive and composable color and text formatting for CLI in Gleam."
docs_url = "https://hexdocs.pm/chromatic/"
repo_url = "https://github.com/joshocalico/chromatic"
category = ""
5 changes: 5 additions & 0 deletions packages/colored.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "colored"
description = "Simple CLI color library for gleam"
docs_url = "https://hexdocs.pm/colored/"
repo_url = "https://github.com/dhruvdabhi101/colored"
category = ""
5 changes: 5 additions & 0 deletions packages/defangle.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "defangle"
description = "Defangle is a Gleam library for defanging URLs, Emails, and IP addresses making them safe to share."
docs_url = "https://hexdocs.pm/defangle/"
repo_url = "https://github.com/brittonhayes/defangle"
category = ""
5 changes: 5 additions & 0 deletions packages/ecoji.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "ecoji"
description = "Base64 is so 1999, isn't there something better?"
docs_url = "https://hexdocs.pm/ecoji/"
repo_url = "https://github.com/lpil/ecoji"
category = ""
5 changes: 5 additions & 0 deletions packages/fetch_event.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "fetch_event"
description = "WinterCG compatible interface for creating event-driven servers in Gleam"
docs_url = "https://hexdocs.pm/fetch_event/"
repo_url = "https://github.com/joshgillies/fetch_event"
category = ""
5 changes: 5 additions & 0 deletions packages/gcalc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gcalc"
description = "A math library for Gleam. Written in pure Gleam."
docs_url = "https://hexdocs.pm/gcalc/"
repo_url = "https://github.com/korbexmachina/gcalc"
category = ""
5 changes: 5 additions & 0 deletions packages/glisdigit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glisdigit"
description = "A simple module to check if something is a numerical digit similar to std::is_digit in C++"
docs_url = "https://hexdocs.pm/glisdigit/"
repo_url = "https://github.com/tovedetered/glisdigit"
category = ""
5 changes: 5 additions & 0 deletions packages/glitch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glitch"
description = "A Twitch client for Gleam"
docs_url = "https://hexdocs.pm/glitch/"
repo_url = "https://github.com/dmmulroy/glitch"
category = ""
5 changes: 5 additions & 0 deletions packages/gramps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gramps"
description = "A Gleam WebSocket Datagram Library"
docs_url = "https://hexdocs.pm/gramps/"
repo_url = "https://github.com/rawhat/gramps"
category = ""
5 changes: 5 additions & 0 deletions packages/kreator.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "kreator"
description = "A SQL query builder built in pure gleam"
docs_url = "https://hexdocs.pm/kreator/"
repo_url = "https://github.com/brunoti/kreator"
category = ""
5 changes: 5 additions & 0 deletions packages/libsql.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "libsql"
description = "An unofficial Gleam port of turso's libSQL library"
docs_url = "https://hexdocs.pm/libsql/"
repo_url = "https://github.com/brunoti/libsql"
category = ""
5 changes: 5 additions & 0 deletions packages/monies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "monies"
description = "WIP library for working with monies"
docs_url = "https://hexdocs.pm/monies/"
repo_url = "https://github.com/chris-windsor/monies"
category = ""
2 changes: 1 addition & 1 deletion packages/nakai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "nakai"
description = "HTML generation for Gleam, on the server or anywhere else"
docs_url = "https://hexdocs.pm/nakai/"
repo_url = "https://github.com/nakaixo/nakai"
category = ""
category = "HTML"
5 changes: 5 additions & 0 deletions packages/nanoworker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "nanoworker"
description = "Lightweight JavaScript Workers for Gleam"
docs_url = "https://hexdocs.pm/nanoworker/"
repo_url = "https://github.com/joshgillies/nanoworker"
category = ""
5 changes: 5 additions & 0 deletions packages/observatory.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "observatory"
description = "A Gleam client library for Prometheus"
docs_url = "https://hexdocs.pm/observatory/"
repo_url = "https://github.com/lazorgurl/observatory"
category = ""
5 changes: 5 additions & 0 deletions packages/open_color.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "open_color"
description = "Gleam implementation of the Open Color scheme"
docs_url = "https://hexdocs.pm/open_color/"
repo_url = "https://github.com/salif/gleam-open-color"
category = ""
5 changes: 5 additions & 0 deletions packages/panel.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "panel"
description = "Basic building blocks helping you compose your mozilla or chrome add-ons."
docs_url = "https://hexdocs.pm/panel/"
repo_url = "https://base.bingo/code/panel"
category = ""
5 changes: 5 additions & 0 deletions packages/pears.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "pears"
description = "A parser combinator library for Gleam"
docs_url = "https://hexdocs.pm/pears/"
repo_url = "https://github.com/lukad/pears"
category = ""
5 changes: 5 additions & 0 deletions packages/psg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "psg"
description = "An unofficial Gleam port of PlanetScale's DatabaseJS driver"
docs_url = "https://hexdocs.pm/psg/"
repo_url = "https://github.com/kathrindc/galaxyscale"
category = ""
5 changes: 5 additions & 0 deletions packages/sparkle.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "sparkle"
description = "lib"
docs_url = "https://hexdocs.pm/sparkle/"
repo_url = "https://github.com/tomaszbawor/https://github.com/tomaszbawor/sparkle"
category = ""
5 changes: 5 additions & 0 deletions packages/staff_ai.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "staff_ai"
description = "Become the CEO of your own AI workforce, efficiently managing countless intelligent agents with minimal resources."
docs_url = "https://hexdocs.pm/staff_ai/"
repo_url = "https://github.com/chainyo/staff-ai"
category = ""
5 changes: 5 additions & 0 deletions packages/stratus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "stratus"
description = "A Gleam WebSocket client"
docs_url = "https://hexdocs.pm/stratus/"
repo_url = "https://github.com/rawhat/stratus"
category = ""
5 changes: 5 additions & 0 deletions packages/xmleam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "xmleam"
description = "A lean builder for XML all for Gleam"
docs_url = "https://hexdocs.pm/xmleam/"
repo_url = "https://github.com/tovedetered/xmleam"
category = ""

0 comments on commit 80ddcd6

Please sign in to comment.