Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2015-08-01 13:05:28 +0300
committerIvan Kravets <me@ikravets.com>2015-08-01 13:05:28 +0300
commit2a18d306b845fed167446f1c740f70413172433c (patch)
tree1842ebc0084d132404ce025dbd5f80bf100b8813 /library.json
parentf07ca0748f1e8cf2d4e829b2309e5f703d8832bb (diff)
@PlatformIO Library Registry manifest file
* This library in Web Registry: http://platformio.org/#!/lib/show/438/RapidJSON * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
Diffstat (limited to 'library.json')
-rw-r--r--library.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 00000000..429e453e
--- /dev/null
+++ b/library.json
@@ -0,0 +1,12 @@
+{
+ "name": "RapidJSON",
+ "keywords": "json, sax, dom, parser, generator",
+ "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
+ "include": "include/rapidjson",
+ "example": "example/*/*.cpp",
+ "repository":
+ {
+ "type": "git",
+ "url": "https://github.com/miloyip/rapidjson"
+ }
+}