From 181463dad41fcb88201085ccfffc19ec4ea7b262 Mon Sep 17 00:00:00 2001 From: Artem Solomatin Date: Thu, 7 Mar 2024 23:47:33 +0300 Subject: [PATCH 1/2] Add link to ISBN library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19a20f1..cbcfc7f 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,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 +- [glisbn](https://github.com/solar05/glisbn) - - [📚](https://hex.pm/packages/glisbn/) - A ISBN utility library for Gleam. ### Web frameworks From 0d8f55e8b56e2ad83012662abdea87bf03260531 Mon Sep 17 00:00:00 2001 From: Artem Solomatin Date: Fri, 8 Mar 2024 01:48:29 +0300 Subject: [PATCH 2/2] Create glisbn.toml --- packages/glisbn.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/glisbn.toml diff --git a/packages/glisbn.toml b/packages/glisbn.toml new file mode 100644 index 0000000..a5d6f4b --- /dev/null +++ b/packages/glisbn.toml @@ -0,0 +1,5 @@ +name = "glisbn" +description = "A ISBN utility library for Gleam." +docs_url = "https://hexdocs.pm/glisbn/" +repo_url = "https://github.com/solar05/glisbn" +category = "Validation"