Added package ptr_math (#1910)

This commit is contained in:
Kaushal Modi 2021-05-24 01:35:57 -04:00 committed by GitHub
parent 7679a98fe1
commit 3ede6dd824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]