From e2489e85b00d6505133a02045a2ff34620d21c44 Mon Sep 17 00:00:00 2001 From: Guillaume Bareigts Date: Sun, 7 Nov 2021 09:53:27 +0100 Subject: [PATCH] Added package aossoa (#2058) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 823023b..e570c17 100644 --- a/packages.json +++ b/packages.json @@ -24192,5 +24192,17 @@ "description": "Karax extension to convert html in string form to embeddable Karax vdom", "license": "MIT", "web": "https://github.com/C-NERD/htmlToVdom" + }, + { + "name": "aossoa", + "url": "https://github.com/guibar64/aossoa", + "method": "git", + "tags": [ + "sugar", + "library" + ], + "description": "Use a Structure of Arrays like an Array of Structures", + "license": "MIT", + "web": "https://github.com/guibar64/aossoa" } ]