summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/rapidjson/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/rapidjson/library.json')
-rw-r--r--graphics/asymptote/LspCpp/third_party/rapidjson/library.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/rapidjson/library.json b/graphics/asymptote/LspCpp/third_party/rapidjson/library.json
new file mode 100644
index 0000000000..2210fcd617
--- /dev/null
+++ b/graphics/asymptote/LspCpp/third_party/rapidjson/library.json
@@ -0,0 +1,15 @@
+{
+ "name": "RapidJSON",
+ "version": "1.1.0",
+ "keywords": "json, sax, dom, parser, generator",
+ "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
+ "export": {
+ "include": "include"
+ },
+ "examples": "example/*/*.cpp",
+ "repository":
+ {
+ "type": "git",
+ "url": "https://github.com/Tencent/rapidjson"
+ }
+}