-
Notifications
You must be signed in to change notification settings - Fork 81
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
6 changed files
with
22 additions
and
2 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 = "bungle" | ||
description = "Bun bindings for Gleam, otherwise know as bungle!" | ||
docs_url = "https://hexdocs.pm/bungle/" | ||
repo_url = "https://github.com/joshgillies/bungle" | ||
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 = "flash" | ||
description = "Gleam package enabling structured logging in both Erlang and JavaScript environments" | ||
docs_url = "https://hexdocs.pm/flash/" | ||
repo_url = "https://github.com/larzconwell/flash" | ||
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
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 = "pprint" | ||
description = "Pretty print values with style!" | ||
docs_url = "https://hexdocs.pm/pprint/" | ||
repo_url = "https://github.com/MystPi/pprint" | ||
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 = "sheen" | ||
description = "Fully typed library for constructing command line parsers using gleam" | ||
docs_url = "https://hexdocs.pm/sheen/" | ||
repo_url = "https://github.com/ehllie/sheen" | ||
category = "" |