mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Convert DITLs to JSON
This commit is contained in:
15
rapidjson/library.json
Normal file
15
rapidjson/library.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user