{"id":18720466,"url":"https://github.com/stiffstream/nodejs_http_parser_mxxru","last_synced_at":"2025-11-10T21:30:15.282Z","repository":{"id":92244870,"uuid":"203964740","full_name":"Stiffstream/nodejs_http_parser_mxxru","owner":"Stiffstream","description":"nodejs_http_parser_mxxru is an MxxRu wrapper for nodejs http-parser library.","archived":false,"fork":false,"pushed_at":"2019-08-23T09:23:27.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:28:17.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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":"LICENSE","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-23T09:11:48.000Z","updated_at":"2019-08-23T09:23:09.000Z","dependencies_parsed_at":"2023-04-25T04:48:18.703Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/nodejs_http_parser_mxxru","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fnodejs_http_parser_mxxru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fnodejs_http_parser_mxxru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fnodejs_http_parser_mxxru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fnodejs_http_parser_mxxru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/nodejs_http_parser_mxxru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583616,"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:10.823Z","updated_at":"2025-11-10T21:30:15.225Z","avatar_url":"https://github.com/Stiffstream.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What Is It?\n*nodejs_http_parser_mxxru* is an mxxru wrapper for\n[nodejs http-parser](https://github.com/nodejs/http-parser) library.\n\n# How To Use\n\n## Prerequisites\n\nTo use *nodejs_http_parser_mxxru* it is necessary to have:\n\n* Reasonably modern C compiler (these are doing well: VC14.0, GCC 5.1 or above, clang 3.6 or above);\n* [nodejs/http-parser](https://github.com/nodejs/http-parser) 2.7.1 or above.\n* [Mxx_ru](https://sourceforge.net/projects/mxxru/) 1.6.11 or above.\n\n## Obtaining\n\n### Cloning of Git Repository\n\n```sh\ngit clone https://github.com/stiffstream/nodejs_http_parser_mxxru\n```\n\nAnd then:\n```sh\ncd nodejs_http_parser_mxxru\nmxxruexternals\n```\nto download and extract *nodejs_http_parser_mxxru*'s dependencies.\n\n### MxxRu::externals recipe\n\nFor *nodejs_http_parser_mxxru* itself:\n```ruby\nMxxRu::arch_externals :nodejs_http_parser_mxxru do |e|\n  e.url 'https://github.com/Stiffstream/nodejs_http_parser_mxxru/archive/v.0.2.1.tar.gz'\n\n  e.map_dir 'dev/nodejs/http_parser_mxxru' =\u003e 'dev/nodejs'\nend\n```\n\nFor [nodejs/http-parser](https://github.com/nodejs/http-parser) dependency:\n```ruby\nMxxRu::arch_externals :nodejs_http_parser do |e|\n  e.url 'https://github.com/nodejs/http-parser/archive/v2.9.2.tar.gz'\n\n  e.map_dir 'contrib' =\u003e 'dev/nodejs/http_parser'\n  e.map_file 'http_parser.h' =\u003e 'dev/nodejs/http_parser/*'\n  e.map_file 'http_parser.c' =\u003e 'dev/nodejs/http_parser/*'\nend\n~~~~~\n\n## Compilation\n\nCompilation must be performed via Mxx_ru:\n```sh\ngit clone https://github.com/stiffstream/nodejs_http_parser_mxxru\ncd nodejs_http_parser_mxxru\nmxxruexternals\ncd dev\nruby build.rb\n```\n*NOTE.* It may be necessary to set up `MXX_RU_CPP_TOOLSET` environment variable.\n\n# License\n\n*nodejs_http_parser_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 *nodejs/http-parser* library see LICENSE file in *nodejs/http-parser* distributive.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fnodejs_http_parser_mxxru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fnodejs_http_parser_mxxru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fnodejs_http_parser_mxxru/lists"}