diff --git a/README.md b/README.md index 44e3fad..f4c6e16 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### HTTP +- [cors_builder](https://github.com/ghivert/cors-builder) - [📚](https://hexdocs.pm/cors_builder/) - A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework! - [gleam_http](https://github.com/gleam-lang/http) - [📚](https://hexdocs.pm/gleam_http/) - Types and functions for Gleam HTTP clients and servers - [marceau](https://github.com/lpil/marceau) - [📚](https://hexdocs.pm/marceau/) - A MIME types library for Gleam diff --git a/packages/ask.toml b/packages/ask.toml new file mode 100644 index 0000000..ea270e3 --- /dev/null +++ b/packages/ask.toml @@ -0,0 +1,5 @@ +name = "ask" +description = "Functional utilities for building custom predicates, orderings, and equivalences" +docs_url = "https://hexdocs.pm/ask/" +repo_url = "https://github.com/furrycatherder/gleam-ask" +category = "" diff --git a/packages/catppuccin.toml b/packages/catppuccin.toml new file mode 100644 index 0000000..ebb1a06 --- /dev/null +++ b/packages/catppuccin.toml @@ -0,0 +1,5 @@ +name = "catppuccin" +description = "P Soothing pastel library for Gleam" +docs_url = "https://hexdocs.pm/catppuccin/" +repo_url = "https://github.com/MAHcodes/catppuccin" +category = "" diff --git a/packages/comet.toml b/packages/comet.toml new file mode 100644 index 0000000..7a70c2c --- /dev/null +++ b/packages/comet.toml @@ -0,0 +1,5 @@ +name = "comet" +description = "Create a gleaming trail of application logs" +docs_url = "https://hexdocs.pm/comet/" +repo_url = "https://github.com/bnprtr/comet" +category = "" diff --git a/packages/cors_builder.toml b/packages/cors_builder.toml new file mode 100644 index 0000000..acc3687 --- /dev/null +++ b/packages/cors_builder.toml @@ -0,0 +1,5 @@ +name = "cors_builder" +description = "A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework!" +docs_url = "https://hexdocs.pm/cors_builder/" +repo_url = "https://github.com/ghivert/cors-builder" +category = "HTTP" diff --git a/packages/dedent.toml b/packages/dedent.toml new file mode 100644 index 0000000..9c69409 --- /dev/null +++ b/packages/dedent.toml @@ -0,0 +1,5 @@ +name = "dedent" +description = "Remove shared indentation from a string" +docs_url = "https://hexdocs.pm/dedent/" +repo_url = "https://github.com/MystPi/dedent" +category = "" diff --git a/packages/fmt.toml b/packages/fmt.toml new file mode 100644 index 0000000..b190836 --- /dev/null +++ b/packages/fmt.toml @@ -0,0 +1,5 @@ +name = "fmt" +description = "Type-safe (string) formatting for Gleam" +docs_url = "https://hexdocs.pm/fmt/" +repo_url = "https://github.com/mooreryan/gleam_fmt" +category = "" diff --git a/packages/fresnel.toml b/packages/fresnel.toml new file mode 100644 index 0000000..75265b5 --- /dev/null +++ b/packages/fresnel.toml @@ -0,0 +1,5 @@ +name = "fresnel" +description = "Make your actors shine" +docs_url = "https://hexdocs.pm/fresnel/" +repo_url = "https://github.com/bnprtr/fresnel" +category = "" diff --git a/packages/glistix_gleeunit.toml b/packages/glistix_gleeunit.toml new file mode 100644 index 0000000..2e14a49 --- /dev/null +++ b/packages/glistix_gleeunit.toml @@ -0,0 +1,5 @@ +name = "glistix_gleeunit" +description = "A fork of gleeunit for Glistix's Nix target" +docs_url = "https://hexdocs.pm/glistix_gleeunit/" +repo_url = "https://github.com/glistix/gleeunit" +category = "" diff --git a/packages/glistix_nix.toml b/packages/glistix_nix.toml new file mode 100644 index 0000000..8af1c63 --- /dev/null +++ b/packages/glistix_nix.toml @@ -0,0 +1,5 @@ +name = "glistix_nix" +description = "Bindings to Nix types and functions for Glistix users" +docs_url = "https://hexdocs.pm/glistix_nix/" +repo_url = "https://github.com/glistix/nix" +category = "" diff --git a/packages/glotel.toml b/packages/glotel.toml new file mode 100644 index 0000000..8dfde4c --- /dev/null +++ b/packages/glotel.toml @@ -0,0 +1,5 @@ +name = "glotel" +description = "Gleam OpenTelemetry library" +docs_url = "https://hexdocs.pm/glotel/" +repo_url = "https://github.com/skinkade/glotel" +category = "" diff --git a/packages/hyphenation.toml b/packages/hyphenation.toml new file mode 100644 index 0000000..c0a4b1f --- /dev/null +++ b/packages/hyphenation.toml @@ -0,0 +1,5 @@ +name = "hyphenation" +description = "Pure-Gleam implementation of KnuthLiang Hyphenation." +docs_url = "https://hexdocs.pm/hyphenation/" +repo_url = "https://github.com/jonathanmfung/hyphenation" +category = "" diff --git a/packages/parallel_map.toml b/packages/parallel_map.toml new file mode 100644 index 0000000..3f614ff --- /dev/null +++ b/packages/parallel_map.toml @@ -0,0 +1,5 @@ +name = "parallel_map" +description = "A simple parallel map library in Gleam" +docs_url = "https://hexdocs.pm/parallel_map/" +repo_url = "https://github.com/PastMoments/parallel_map" +category = "" diff --git a/packages/priorityq.toml b/packages/priorityq.toml new file mode 100644 index 0000000..6900c03 --- /dev/null +++ b/packages/priorityq.toml @@ -0,0 +1,5 @@ +name = "priorityq" +description = "A priority queue implementation based on max pairing heaps. Written in pure Gleam." +docs_url = "https://hexdocs.pm/priorityq/" +repo_url = "https://github.com/nicklimmm/priorityq" +category = "" diff --git a/packages/rememo.toml b/packages/rememo.toml new file mode 100644 index 0000000..f57dfb2 --- /dev/null +++ b/packages/rememo.toml @@ -0,0 +1,5 @@ +name = "rememo" +description = "Simple memoization for Gleam" +docs_url = "https://hexdocs.pm/rememo/" +repo_url = "https://github.com/hunkyjimpjorps/rememo" +category = "" diff --git a/packages/scriptorium.toml b/packages/scriptorium.toml new file mode 100644 index 0000000..ba3f9c2 --- /dev/null +++ b/packages/scriptorium.toml @@ -0,0 +1,5 @@ +name = "scriptorium" +description = "A simple Gleam blog generator" +docs_url = "https://hexdocs.pm/scriptorium/" +repo_url = "https://gitlab.com/Nicd/scriptorium" +category = "" diff --git a/packages/startest.toml b/packages/startest.toml new file mode 100644 index 0000000..6cf1f93 --- /dev/null +++ b/packages/startest.toml @@ -0,0 +1,5 @@ +name = "startest" +description = "A testing framework to help you shoot for the stars" +docs_url = "https://hexdocs.pm/startest/" +repo_url = "https://github.com/maxdeviant/startest" +category = "" diff --git a/packages/vleam.toml b/packages/vleam.toml new file mode 100644 index 0000000..8818c93 --- /dev/null +++ b/packages/vleam.toml @@ -0,0 +1,5 @@ +name = "vleam" +description = "Vue composition API bindings for Gleam" +docs_url = "https://hexdocs.pm/vleam/" +repo_url = "https://github.com/vleam/vleam" +category = ""