We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3180708 commit e0241c0Copy full SHA for e0241c0
packages/r/rapidjson/xmake.lua
@@ -1,12 +1,13 @@
1
package("rapidjson")
2
-
3
- set_kind("library", { headeronly = true })
+ set_kind("library", {headeronly = true})
4
set_homepage("https://github.com/Tencent/rapidjson")
5
set_description("RapidJSON is a JSON parser and generator for C++.")
6
set_license("MIT")
7
8
set_urls("https://github.com/Tencent/rapidjson/archive/$(version).zip",
9
"https://github.com/Tencent/rapidjson.git")
+
10
+ add_versions("2024.08.16", "7c73dd7de7c4f14379b781418c6e947ad464c818")
11
add_versions("2023.12.6", "6089180ecb704cb2b136777798fa1be303618975")
12
add_versions("2022.7.20", "27c3a8dc0e2c9218fe94986d249a12b5ed838f1d")
13
add_versions("v1.1.0", "8e00c38829d6785a2dfb951bb87c6974fa07dfe488aa5b25deec4b8bc0f6a3ab")
0 commit comments