{"id":18720468,"url":"https://github.com/stiffstream/rapidjson_mxxru","last_synced_at":"2025-11-10T21:30:15.034Z","repository":{"id":92244893,"uuid":"203925516","full_name":"Stiffstream/rapidjson_mxxru","owner":"Stiffstream","description":"A light MxxRu wrapper for RapidJSON library.","archived":false,"fork":false,"pushed_at":"2019-08-23T05:01:36.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:28:17.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stiffstream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-23T04:45:36.000Z","updated_at":"2021-09-11T18:33:15.000Z","dependencies_parsed_at":"2023-06-08T03:45:50.070Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/rapidjson_mxxru","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frapidjson_mxxru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frapidjson_mxxru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frapidjson_mxxru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Frapidjson_mxxru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/rapidjson_mxxru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583610,"owners_count":19663228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T13:31:11.122Z","updated_at":"2025-11-10T21:30:14.731Z","avatar_url":"https://github.com/Stiffstream.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What Is It?\n\nA light mxxru wrapper for RapidJSON library.\n\n# How To Use\n\n## Prerequisites\n\nTo use *rapidjson_mxxru* it is necessary to have:\n\n* C++11 compiler (VC++14.0, GCC 5.1 or above, clang 3.6 or above);\n* [rapidjson](https://github.com/miloyip/rapidjson).\n\n## Obtaining\n\n### Cloning of Hg Repository\n\n```sh\ngit clone https://github.com/Stiffstream/rapidjson_mxxru\n```\nAnd then:\n```sh\ncd rapidjson_mxxru-1.0\nmxxruexternals\n```\nto download and extract *rapidjson_mxxru*'s dependencies.\n\n### MxxRu::externals recipe\n\nFor *rapidjson_mxxru* itself:\n```ruby\nMxxRu::arch_externals :rapidjson_mxxru do |e|\n  e.url 'https://github.com/Stiffstream/rapidjson_mxxru/archive/v.1.0.1.tar.gz'\n\n  e.map_dir 'dev/rapidjson_mxxru' =\u003e 'dev'\nend\n```\n\nFor *rapidjson* dependency:\n```ruby\nMxxRu::git_externals :rapidjson do |e|\n  e.url 'https://github.com/miloyip/rapidjson.git'\n  e.commit 'ab791ae' # Latest at 2016.08.09\n  e.map_dir 'include/rapidjson' =\u003e 'dev/rapidjson/include'\nend\n```\n\n## Compilation\n\nRapidJSON is header only library.\nTo test mxxru wrapper and build RapidJSON samples:\n```sh\ngit clone https://github.com/Stiffstream/rapidjson_mxxru\ncd rapidjson_mxxru-1.0\nmxxruexternals\ncd dev\nruby build.rb\n```\n\n*NOTE.* It might be necessary to set up `MXX_RU_CPP_TOOLSET` environment variable.\n\n# License\n\n*rapidjson_mxxru* is distributed under\n[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause.html) license. See LICENSE\nfile for more information.\n\nFor the license of *RapidJSON* library see LICENSE file in *rapidson*\ndistributive.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frapidjson_mxxru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Frapidjson_mxxru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Frapidjson_mxxru/lists"}