From 5adf2d0ce56f99a46f584397f405c7a572654674 Mon Sep 17 00:00:00 2001 From: Joel Lienhard <71709264+choltreppe@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:38:19 +0100 Subject: [PATCH] Update packages.json (#2524) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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",