From caae7116d44d5b2f11c0ad29bdabf6876eb53dfe Mon Sep 17 00:00:00 2001 From: saspivey98 Date: Tue, 31 Mar 2026 14:50:39 -0400 Subject: [PATCH 1/2] Add RapidJSON addon as submodule --- .gitmodules | 3 +++ addons/rapidjson/info.json | 5 +++++ addons/rapidjson/module | 1 + 3 files changed, 9 insertions(+) create mode 100644 addons/rapidjson/info.json create mode 160000 addons/rapidjson/module diff --git a/.gitmodules b/.gitmodules index 42808d0..87983c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -268,3 +268,6 @@ [submodule "addons/ficsit-network/module"] path = addons/ficsit-network/module url = https://github.com/fensoft/LuaLS-FicsIt-Networks.git +[submodule "addons/rapidjson/module"] + path = addons/rapidjson/module + url = https://github.com/saspivey98/rapidjson-definitions.git diff --git a/addons/rapidjson/info.json b/addons/rapidjson/info.json new file mode 100644 index 0000000..c3643f9 --- /dev/null +++ b/addons/rapidjson/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "RapidJSON", + "description": "A json module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3, based on the very fast RapidJSON C++ library." +} diff --git a/addons/rapidjson/module b/addons/rapidjson/module new file mode 160000 index 0000000..4acc8c1 --- /dev/null +++ b/addons/rapidjson/module @@ -0,0 +1 @@ +Subproject commit 4acc8c172f1cd70905cd5252e4095d0d1ac312b5 From 0f8fc3467ae9a1387f3c7afe412ff441a00b6bc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 18:54:26 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/rapidjson/info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/rapidjson/info.json b/addons/rapidjson/info.json index c3643f9..fede29f 100644 --- a/addons/rapidjson/info.json +++ b/addons/rapidjson/info.json @@ -1,5 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "RapidJSON", - "description": "A json module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3, based on the very fast RapidJSON C++ library." + "description": "A json module for LuaJIT 2.0/2.1 and Lua 5.1/5.2/5.3, based on the very fast RapidJSON C++ library.", + "size": 4996, + "hasPlugin": false }