diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-16 01:15:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-16 01:15:37 +0200 |
commit | b4f72e8f641f334a7f51cc0abf2e438a5423a22c (patch) | |
tree | 1d25ff816e7818cbfd6e6153b4d7b3c202842191 | |
parent | 60719d65b7ae0b05ab3d41bf971cbf0d605e5280 (diff) |
-rw-r--r-- | packages.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2c63c08..c025d7d 100644 --- a/packages.json +++ b/packages.json @@ -1,2 +1,8 @@ { + "rapidjson": { + "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API", + "version": "1.1.0", + "platforms": ["any"], + "urls": ["https://dec05eba.com/snapshot/rapidjson.git.tar.gz"] + } } |