From e2934fa6d9338369f6ffe92d60a1e01e09f13b69 Mon Sep 17 00:00:00 2001 From: Andris Horvath Date: Wed, 30 Oct 2024 20:45:01 +0100 Subject: [PATCH] assign Numbers category for bigdecimal --- README.md | 1 + packages/bigdecimal.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f78f399..ae7642a 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### Numbers +- [bigdecimal](https://github.com/horvathandris/bigdecimal) - [📚](https://hexdocs.pm/bigdecimal/) - Arbitrary precision decimal arithmetic for Gleam - [bigi](https://gitlab.com/Nicd/bigi) - [📚](https://hexdocs.pm/bigi/) - Arbitrary precision integer arithmetic for Gleam - [gleam_community_maths](https://github.com/gleam-community/maths) - [📚](https://hexdocs.pm/gleam_community_maths/) - A basic maths library diff --git a/packages/bigdecimal.toml b/packages/bigdecimal.toml index 309733a..0b39880 100644 --- a/packages/bigdecimal.toml +++ b/packages/bigdecimal.toml @@ -2,4 +2,4 @@ name = "bigdecimal" description = "Arbitrary precision decimal arithmetic for Gleam" docs_url = "https://hexdocs.pm/bigdecimal/" repo_url = "https://github.com/horvathandris/bigdecimal" -category = "" +category = "Numbers"