From 55bf99974bf1218db17b289b36efad05ce71a9da Mon Sep 17 00:00:00 2001 From: Saint <58609876+sainttttt@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:00:59 -0400 Subject: [PATCH] Added package gemmaJSON (#2727) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 94058c6a2..34dd41ec5 100644 --- a/packages.json +++ b/packages.json @@ -31595,5 +31595,19 @@ "description": "An unofficial wrapper to Hyprland's IPC layer", "license": "GPLv3", "web": "https://github.com/xTrayambak/hyprland_ipc" + }, + { + "name": "gemmaJSON", + "url": "https://github.com/sainttttt/gemmaJSON", + "method": "git", + "tags": [ + "simd", + "json", + "parser", + "wrapper" + ], + "description": "json parsing library based on bindings of simdjson", + "license": "MIT", + "web": "https://github.com/sainttttt/gemmaJSON" } ]