fixed adding file problem
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / rapidjson-1.1.0 / library.json
diff --git a/gdax-orderbook-hpp/demo/dependencies/rapidjson-1.1.0/library.json b/gdax-orderbook-hpp/demo/dependencies/rapidjson-1.1.0/library.json
new file mode 100644 (file)
index 0000000..47fd352
--- /dev/null
@@ -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",
+  "examples": "example/*/*.cpp",
+  "repository":
+  {
+    "type": "git",
+    "url": "https://github.com/miloyip/rapidjson"
+  }
+}