From d06b541400b63faa8b302a629c6f4b75d355e901 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Mon, 4 Sep 2023 15:54:29 +0200 Subject: [PATCH] Add MAPM (#2703) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index ba39715..eaefcb6 100644 --- a/packages.json +++ b/packages.json @@ -2443,6 +2443,21 @@ "license": "MIT", "web": "https://github.com/PMunch/deriveables" }, + { + "name": "mapm", + "url": "https://github.com/PMunch/mapm-nim", + "method": "git", + "tags": [ + "library", + "decimal", + "arithmetic", + "precision", + "wrapper" + ], + "description": "Nim wrapper for MAPM, an arbitrary maths library with support for trig functions", + "license": "MIT+Freeware", + "web": "https://github.com/PMunch/mapm-nim" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",