]> git.proxmox.com Git - ceph.git/blob - ceph/src/rapidjson/library.json
update sources to v12.1.0
[ceph.git] / ceph / src / rapidjson / library.json
1 {
2 "name": "RapidJSON",
3 "keywords": "json, sax, dom, parser, generator",
4 "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
5 "include": "include",
6 "examples": "example/*/*.cpp",
7 "repository":
8 {
9 "type": "git",
10 "url": "https://github.com/miloyip/rapidjson"
11 }
12 }