Skip to content

Commit

Permalink
Add valid (Validation library)
Browse files Browse the repository at this point in the history
  • Loading branch information
sporto committed Mar 13, 2024
1 parent 1b454e6 commit 8a61e14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Validation

- [crossbar](https://github.com/aosasona/crossbar) - [📚](https://hexdocs.pm/crossbar/) - Data validation library in pure Gleam
- [valid](https://github.com/sporto/gleam-validator) - [📚](https://hexdocs.pm/valid/) - A composable validation library for Gleam

### Web frameworks

Expand Down
5 changes: 5 additions & 0 deletions packages/valid.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "valid"
description = "A composable validation library for Gleam"
docs_url = "https://hexdocs.pm/valid/"
repo_url = "https://github.com/sporto/gleam-validator"
category = "Validation"

0 comments on commit 8a61e14

Please sign in to comment.