-
Notifications
You must be signed in to change notification settings - Fork 82
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
4 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name = "crossbar" | ||
description = "Experimental data validation library in pure Gleam" | ||
description = "Data validation library in pure Gleam" | ||
docs_url = "https://hexdocs.pm/crossbar/" | ||
repo_url = "https://github.com/aosasona/crossbar" | ||
category = "Validation" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name = "falcon" | ||
description = "A smoother way to send HTTP requests in Gleam, an abstraction over Hackney - see the readme for important notes!" | ||
description = "A smoother way to make HTTP requests in Gleam with Axios-like methods" | ||
docs_url = "https://hexdocs.pm/falcon/" | ||
repo_url = "https://github.com/trulyao/falcon" | ||
category = "HTTP Clients" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name = "plunk" | ||
description = "Library for interacting with Plunk's API (https://useplunk.com) in Gleam - supports both the Erlang and Javascript targets" | ||
description = "A Gleam library to send emails, manage contacts etc. using the Plunk API" | ||
docs_url = "https://hexdocs.pm/plunk/" | ||
repo_url = "https://github.com/aosasona/plunk.gleam" | ||
category = "Email" |