diff --git a/packages.json b/packages.json index 6c8b7f4..d47ed47 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "unibs", + "url": "https://github.com/choltreppe/unibs", + "method": "git", + "tags": [ + "serialization", + "serialize", + "deserialize", + "marshal", + "unmarshal", + "binary serialization" + ], + "description": "binary de-/serialization that works on js, c and VM (compiletime)", + "license": "MIT" + }, { "name": "geolocation", "url": "https://github.com/HazeCS/geolocation",