Skip to content

Commit 057ebc0

Browse files
losfairlpil
authored andcommitted
Add acquire to web applications
1 parent 40eedd4 commit 057ebc0

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Web applications written in Gleam.
363363
- [aosasona/jsorm](https://github.com/aosasona/jsorm) - A minimal JSON explorer in Gleam + HTMX.
364364
- [ghivert/gloogle](https://github.com/ghivert/gloogle) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
365365
- [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.
366367

367368
## Tools
368369

packages/differance.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "differance"
2+
description = "A difference list implementation in Gleam."
3+
repo_url = "https://github.com/tttardigrado/differance"
4+
category = ""

packages/gleamoire.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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 = ""

packages/gond.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gond"
2+
description = "🚡 cond-like multi-branch conditionals for Gleam 🚠"
3+
repo_url = "https://github.com/inoas/gleam-gond"
4+
category = ""

packages/palabres_wisp.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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 = ""

src/awesome.gleam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Web applications written in Gleam.
9898
- [aosasona/jsorm](https://github.com/aosasona/jsorm) - A minimal JSON explorer in Gleam + HTMX.
9999
- [ghivert/gloogle](https://github.com/ghivert/gloogle) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
100100
- [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.
101102
102103
## Tools
103104

0 commit comments

Comments
 (0)