add objaccess (#2754)

This commit is contained in:
Joel Lienhard 2023-11-21 13:42:43 +01:00 committed by GitHub
parent edcdeb73f6
commit 21f673a23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,6 +321,18 @@
"description": "map/mapIt for arrays",
"license": "MIT"
},
{
"name": "objaccess",
"url": "https://github.com/choltreppe/objaccess",
"method": "git",
"tags": [
"getter", "setter",
"setable", "getable",
"object"
],
"description": "generate setters and getters for object types",
"license": "MIT"
},
{
"name": "geolocation",
"url": "https://github.com/HazeCS/geolocation",