From 3ede6dd8245b64508bd5e2a09852a8dd610805b3 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 24 May 2021 01:35:57 -0400 Subject: [PATCH] Added package ptr_math (#1910) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 204216c..0d08289 100644 --- a/packages.json +++ b/packages.json @@ -22619,5 +22619,18 @@ "description": "this libraly able to use database/sql of Go", "license": "MIT", "web": "https://github.com/sivchari/db_wrapper" + }, + { + "name": "ptr_math", + "url": "https://github.com/kaushalmodi/ptr_math", + "method": "git", + "tags": [ + "pointer", + "arithmetic", + "math" + ], + "description": "Pointer arithmetic library", + "license": "MIT", + "web": "https://github.com/kaushalmodi/ptr_math" } ]