diff --git a/packages.json b/packages.json index 682b4a5..e2bf200 100644 --- a/packages.json +++ b/packages.json @@ -31101,5 +31101,20 @@ "description": "fast PNM (.pbm .pgm .ppm) parser", "license": "MIT", "web": "https://github.com/hamidb80/fastpnm" + }, + { + "name": "mapster", + "url": "https://github.com/PhilippMDoerner/mapster", + "method": "git", + "tags": [ + "mapping", + "map", + "pragma", + "convert", + "code-generation" + ], + "description": "A library to quickly generate functions converting instances of type A to B", + "license": "MIT", + "web": "https://github.com/PhilippMDoerner/mapster" } ]