{"id":34847253,"url":"https://github.com/ruby-go-gem/ruby_header_parser","last_synced_at":"2026-05-23T06:32:15.530Z","repository":{"id":257824559,"uuid":"871635218","full_name":"ruby-go-gem/ruby_header_parser","owner":"ruby-go-gem","description":"Parser for ruby.h","archived":false,"fork":false,"pushed_at":"2026-05-01T02:40:13.000Z","size":173,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T04:16:38.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ruby-go-gem.github.io/ruby_header_parser/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby-go-gem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-12T14:09:45.000Z","updated_at":"2026-05-01T02:40:16.000Z","dependencies_parsed_at":"2024-12-05T14:19:24.569Z","dependency_job_id":"bc97509a-4d5a-4530-835d-9e8533f150dc","html_url":"https://github.com/ruby-go-gem/ruby_header_parser","commit_stats":null,"previous_names":["sue445/ruby_header_parser","ruby-go-gem/ruby_header_parser"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ruby-go-gem/ruby_header_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-go-gem%2Fruby_header_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-go-gem%2Fruby_header_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-go-gem%2Fruby_header_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-go-gem%2Fruby_header_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby-go-gem","download_url":"https://codeload.github.com/ruby-go-gem/ruby_header_parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-go-gem%2Fruby_header_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33385124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-12-25T18:28:14.310Z","updated_at":"2026-05-23T06:32:15.526Z","avatar_url":"https://github.com/ruby-go-gem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RubyHeaderParser\nParser for `ruby.h`\n\n[![Gem Version](https://badge.fury.io/rb/ruby_header_parser.svg)](https://badge.fury.io/rb/ruby_header_parser)\n[![test](https://github.com/ruby-go-gem/ruby_header_parser/actions/workflows/test.yml/badge.svg)](https://github.com/ruby-go-gem/ruby_header_parser/actions/workflows/test.yml)\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n```bash\nbundle add ruby_header_parser\n```\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n```bash\ngem install ruby_header_parser\n```\n\n## Requirements\nFollowing is required in addition to Ruby.\n\n### ctags\nmacOS\n\n```bash\nbrew install universal-ctags\n```\n\nUbuntu\n\n```bash\napt-get install -y universal-ctags\n```\n\n## Usage\n```ruby\nrequire \"ruby_header_parser\"\n\nparser = RubyHeaderParser::Parser.new\n\nfunction_definitions = parser.extract_function_definitions\nstatic_inline_function_definitions = parser.extract_static_inline_function_definitions\nstruct_definitions = parser.extract_struct_definitions\ntype_definitions = parser.extract_type_definitions\nenum_definitions = parser.extract_enum_definitions\n```\n\nSee below for details.\n\nhttps://ruby-go-gem.github.io/ruby_header_parser/RubyHeaderParser/Parser.html\n\nSee [CONFIG.md](CONFIG.md) for config file details\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ruby-go-gem/ruby_header_parser.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby-go-gem%2Fruby_header_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby-go-gem%2Fruby_header_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby-go-gem%2Fruby_header_parser/lists"}