-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "aham" | ||
description = "Build multilingual Gleam applications" | ||
docs_url = "https://hexdocs.pm/aham/" | ||
repo_url = "https://github.com/salif/aham" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "alpaca" | ||
description = "A library for caching deterministic calculations in Gleam" | ||
docs_url = "https://hexdocs.pm/alpaca/" | ||
repo_url = "https://github.com/mscharley/alpaca" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "argus" | ||
description = "Argon2 password hashing library for Gleam, based on the reference C implementation." | ||
docs_url = "https://hexdocs.pm/argus/" | ||
repo_url = "https://github.com/Pevensie/argus" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "blask" | ||
description = "A UI component library for Lustre" | ||
docs_url = "https://hexdocs.pm/blask/" | ||
repo_url = "https://github.com/loipesmas/blask" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "crabbucket_redis" | ||
description = "Gleam + Redis token bucket rate limiting library" | ||
docs_url = "https://hexdocs.pm/crabbucket_redis/" | ||
repo_url = "https://github.com/skinkade/crabbucket_redis" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "discord_gleam" | ||
description = "discord_gleam is a library for making discord bots in gleam (basic commands only)" | ||
docs_url = "https://hexdocs.pm/discord_gleam/" | ||
repo_url = "https://github.com/cyteon/discord_gleam" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "falala" | ||
description = "FontAwesome utility functions for lustre" | ||
docs_url = "https://hexdocs.pm/falala/" | ||
repo_url = "https://github.com/skinkade/falala" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "gleb128" | ||
description = "GLEB128 is a small Gleam library that provides functions for encoding and decoding LEB128 (Little Endian Base 128) integers." | ||
docs_url = "https://hexdocs.pm/gleb128/" | ||
repo_url = "https://github.com/BrendoCosta/gleb128" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "gleroglero" | ||
description = "heroicons, converted to lustre" | ||
docs_url = "https://hexdocs.pm/gleroglero/" | ||
repo_url = "https://github.com/skinkade/gleroglero" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "gpsd_json" | ||
description = "Types and functions for working with GPSD's JSON API" | ||
docs_url = "https://hexdocs.pm/gpsd_json/" | ||
repo_url = "https://github.com/lpil/gpsd-json" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "gpxb" | ||
description = "A tiny GPX builder for Gleam" | ||
docs_url = "https://hexdocs.pm/gpxb/" | ||
repo_url = "https://github.com/lpil/gpxb" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "node_socket_client" | ||
description = "Bindings to Node's TCP socket client" | ||
docs_url = "https://hexdocs.pm/node_socket_client/" | ||
repo_url = "https://github.com/lpil/node-socket-client" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "novdom" | ||
description = "An easy to use frontend framework written in Gleam." | ||
docs_url = "https://hexdocs.pm/novdom/" | ||
repo_url = "https://github.com/TobiasBinnewies/novdom" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "parz" | ||
description = "A simple parser combinator library" | ||
docs_url = "https://hexdocs.pm/parz/" | ||
repo_url = "https://github.com/sftsrv/parz" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "pickle" | ||
description = "A parser combinator library for Gleam." | ||
docs_url = "https://hexdocs.pm/pickle/" | ||
repo_url = "https://github.com/patrik-kuehl/pickle" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "qs" | ||
description = "Parse and encode URL query strings" | ||
docs_url = "https://hexdocs.pm/qs/" | ||
repo_url = "https://github.com/sporto/gleam-qs" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "recursive" | ||
description = "User friendly Fixed-point combinator functions. Any block or anonymous function can run recursively!" | ||
docs_url = "https://hexdocs.pm/recursive/" | ||
repo_url = "https://github.com/olian04/gleam_recursive" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "redraw" | ||
description = "React bindings for Gleam! Supports everything modern React provides, with full Gleam Type-Checking system!" | ||
docs_url = "https://hexdocs.pm/redraw/" | ||
repo_url = "https://github.com/ghivert/redraw" | ||
category = "Frontend" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "redraw_dom" | ||
description = "Redraw DOM renderer. Take a look at Redraw to use it." | ||
docs_url = "https://hexdocs.pm/redraw_dom/" | ||
repo_url = "https://github.com/ghivert/redraw" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "weapp" | ||
description = "gleam bindings for wechat miniprogram, a.k.a weapp" | ||
docs_url = "https://hexdocs.pm/weapp/" | ||
repo_url = "https://github.com/kaiwu/weapp" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "wechat_dev_tools" | ||
description = "tools to develop wechat miniprogram in gleam" | ||
docs_url = "https://hexdocs.pm/wechat_dev_tools/" | ||
repo_url = "https://github.com/kaiwu/wechat_dev_tools" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "worm" | ||
description = "A library for caching deterministic calculations in Gleam" | ||
docs_url = "https://hexdocs.pm/worm/" | ||
repo_url = "https://github.com/mscharley/gleam-worm" | ||
category = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name = "xmb" | ||
description = "A tiny XML builder for Gleam" | ||
docs_url = "https://hexdocs.pm/xmb/" | ||
repo_url = "https://github.com/lpil/xmb" | ||
category = "" |