File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ Web applications written in Gleam.
363
363
- [ aosasona/jsorm] ( https://github.com/aosasona/jsorm ) - A minimal JSON explorer in Gleam + HTMX.
364
364
- [ ghivert/gloogle] ( https://github.com/ghivert/gloogle ) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
365
365
- [ ryanmiville/lustre-todomvc] ( https://github.com/ryanmiville/lustre-todomvc ) - A Lustre clientside implementation of TodoMVC written in Gleam!
366
+ - [ losfair/acquire] ( https://github.com/losfair/acquire ) - A multiplayer board game written in Gleam.
366
367
367
368
## Tools
368
369
Original file line number Diff line number Diff line change
1
+ name = " differance"
2
+ description = " A difference list implementation in Gleam."
3
+ repo_url = " https://github.com/tttardigrado/differance"
4
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " gleamoire"
2
+ description = " A handy grimoire for gleam! Get documentation for your fave packages directly in the terminal."
3
+ repo_url = " https://github.com/GearsDatapacks/gleamoire"
4
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " gond"
2
+ description = " 🚡 cond-like multi-branch conditionals for Gleam 🚠"
3
+ repo_url = " https://github.com/inoas/gleam-gond"
4
+ category = " "
Original file line number Diff line number Diff line change
1
+ name = " palabres_wisp"
2
+ description = " Wisp integration for palabres, an opinionated logger for Gleam"
3
+ repo_url = " https://github.com/ghivert/palabres"
4
+ category = " "
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ Web applications written in Gleam.
98
98
- [aosasona/jsorm](https://github.com/aosasona/jsorm) - A minimal JSON explorer in Gleam + HTMX.
99
99
- [ghivert/gloogle](https://github.com/ghivert/gloogle) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
100
100
- [ryanmiville/lustre-todomvc](https://github.com/ryanmiville/lustre-todomvc) - A Lustre clientside implementation of TodoMVC written in Gleam!
101
+ - [losfair/acquire](https://github.com/losfair/acquire) - A multiplayer board game written in Gleam.
101
102
102
103
## Tools
103
104
You can’t perform that action at this time.
0 commit comments