Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cors_builder #95

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions packages/ask.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/catppuccin.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/comet.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/cors_builder.toml
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 5 additions & 0 deletions packages/dedent.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/fmt.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/fresnel.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/glistix_gleeunit.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/glistix_nix.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/glotel.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glotel"
description = "Gleam OpenTelemetry library"
docs_url = "https://hexdocs.pm/glotel/"
repo_url = "https://github.com/skinkade/glotel"
category = ""
5 changes: 5 additions & 0 deletions packages/hyphenation.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/parallel_map.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/priorityq.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/rememo.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/scriptorium.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/startest.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
5 changes: 5 additions & 0 deletions packages/vleam.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Loading