File tree Expand file tree Collapse file tree 17 files changed +79
-2
lines changed Expand file tree Collapse file tree 17 files changed +79
-2
lines changed Original file line number Diff line number Diff line change @@ -356,11 +356,12 @@ Compilers for Gleam and compilers written in Gleam.
356
356
357
357
Web applications written in Gleam.
358
358
359
- - [ gleam-lang/example-todomvc] ( https://github.com/gleam-lang/example-todomvc ) - A serverside only implementation of Todo MVC written in Gleam!
360
359
- [ gleam-lang/example-echo-server] ( https://github.com/gleam-lang/example-echo-server ) - An example Gleam web application.
360
+ - [ gleam-lang/example-todomvc] ( https://github.com/gleam-lang/example-todomvc ) - A serverside implementation of TodoMVC written in Gleam!
361
361
- [ gleam-lang/packages] ( https://github.com/gleam-lang/packages ) - The Gleam package index website.
362
362
- [ aosasona/jsorm] ( https://github.com/aosasona/jsorm ) - A minimal JSON explorer in Gleam + HTMX.
363
363
- [ ghivert/gloogle] ( https://github.com/ghivert/gloogle ) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
364
+ - [ ryanmiville/lustre-todomvc] ( https://github.com/ryanmiville/lustre-todomvc ) - A Lustre clientside implementation of TodoMVC written in Gleam!
364
365
365
366
## Tools
366
367
Original file line number Diff line number Diff line change
1
+ name = " bungibindies"
2
+ description = " Gleam bindings to the Bun runtime API's."
3
+ docs_url = " https://hexdocs.pm/bungibindies/"
4
+ repo_url = " https://github.com/strawmelonjuice/bungibindies"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " cel"
2
+ description = " A CEL (Common Expression Language) parser and interpreter in pure Gleam"
3
+ docs_url = " https://hexdocs.pm/cel/"
4
+ repo_url = " https://github.com/JonasHedEng/cel-gleam"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " cloak_wrapper"
2
+ description = " Gleam wrapper for Cloak (Elixir)"
3
+ docs_url = " https://hexdocs.pm/cloak_wrapper/"
4
+ repo_url = " https://github.com/bchase/cloak_wrapper"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " convert"
2
+ description = " Utilities to create encoders and decoders from basic and complex types"
3
+ docs_url = " https://hexdocs.pm/convert/"
4
+ repo_url = " https://github.com/Billuc/convert"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " convert_json"
2
+ description = " Encode and decode JSON from and to Gleam types"
3
+ docs_url = " https://hexdocs.pm/convert_json/"
4
+ repo_url = " https://github.com/Billuc/convert_json"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " felix"
2
+ description = " Authentication via Passkey (WebAuthn/FIDO2)"
3
+ docs_url = " https://hexdocs.pm/felix/"
4
+ repo_url = " https://github.com/crowdhailer/felix"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " gclog"
2
+ description = " A simple Google Cloud Platform compliant logging library for Gleam!"
3
+ docs_url = " https://hexdocs.pm/gclog/"
4
+ repo_url = " https://github.com/sam-kenney/gclog"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " gemo"
2
+ description = " Simple and memory efficient memoization for JavaScript and Erlang."
3
+ docs_url = " https://hexdocs.pm/gemo/"
4
+ repo_url = " https://github.com/lv37/gemo"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " given"
2
+ description = " Ergonomic early returns (lazy guards) for Bool, Result and Option types in Gleam"
3
+ docs_url = " https://hexdocs.pm/given/"
4
+ repo_url = " https://github.com/inoas/gleam-given"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " gleatter"
2
+ description = " Typed route definitions for seamless fullstack development !"
3
+ docs_url = " https://hexdocs.pm/gleatter/"
4
+ repo_url = " https://github.com/Billuc/gleatter"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " gleatter_lustre"
2
+ description = " Interface for Lustre to use Gleatter's typed routes"
3
+ docs_url = " https://hexdocs.pm/gleatter_lustre/"
4
+ repo_url = " https://github.com/Billuc/gleatter_lustre"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " morsey"
2
+ description = " A package for encoding and decoding Morse code in Gleam."
3
+ docs_url = " https://hexdocs.pm/morsey/"
4
+ repo_url = " https://github.com/FrostyX/gleam-morse"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " sqlc_gen_gleam"
2
+ description = " A sqlc plugin for gleam that generates type-safe gleam code for your SQL statements."
3
+ docs_url = " https://hexdocs.pm/sqlc_gen_gleam/"
4
+ repo_url = " https://github.com/daniellionel01/sqlc-gen-gleam"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " supa"
2
+ description = " An isomorphic Gleam library for Supabase (Auth only so far)."
3
+ docs_url = " https://hexdocs.pm/supa/"
4
+ repo_url = " https://github.com/crowdhailer/supa"
5
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " zipnotic"
2
+ description = " A grab bag of zip functions."
3
+ docs_url = " https://hexdocs.pm/zipnotic/"
4
+ repo_url = " https://github.com/JosephTLyons/zipnotic"
5
+ category = " "
Original file line number Diff line number Diff line change @@ -93,11 +93,12 @@ Compilers for Gleam and compilers written in Gleam.
93
93
94
94
Web applications written in Gleam.
95
95
96
- - [gleam-lang/example-todomvc](https://github.com/gleam-lang/example-todomvc) - A serverside only implementation of Todo MVC written in Gleam!
97
96
- [gleam-lang/example-echo-server](https://github.com/gleam-lang/example-echo-server) - An example Gleam web application.
97
+ - [gleam-lang/example-todomvc](https://github.com/gleam-lang/example-todomvc) - A serverside implementation of TodoMVC written in Gleam!
98
98
- [gleam-lang/packages](https://github.com/gleam-lang/packages) - The Gleam package index website.
99
99
- [aosasona/jsorm](https://github.com/aosasona/jsorm) - A minimal JSON explorer in Gleam + HTMX.
100
100
- [ghivert/gloogle](https://github.com/ghivert/gloogle) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
101
+ - [ryanmiville/lustre-todomvc](https://github.com/ryanmiville/lustre-todomvc) - A Lustre clientside implementation of TodoMVC written in Gleam!
101
102
102
103
## Tools
103
104
You can’t perform that action at this time.
0 commit comments