{"id":16944905,"url":"https://github.com/drbrain/marshal-structure","last_synced_at":"2025-06-18T02:37:13.636Z","repository":{"id":56882858,"uuid":"2163255","full_name":"drbrain/marshal-structure","owner":"drbrain","description":"Dump the structure of a Marshal Object","archived":false,"fork":false,"pushed_at":"2017-05-16T13:23:18.000Z","size":220,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T17:11:57.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docs.seattlerb.org/marshal-structure/","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/drbrain.png","metadata":{"files":{"readme":"README.rdoc","changelog":"History.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-06T00:32:28.000Z","updated_at":"2024-03-26T22:51:40.000Z","dependencies_parsed_at":"2022-08-20T13:10:43.143Z","dependency_job_id":null,"html_url":"https://github.com/drbrain/marshal-structure","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/drbrain/marshal-structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fmarshal-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fmarshal-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fmarshal-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fmarshal-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drbrain","download_url":"https://codeload.github.com/drbrain/marshal-structure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drbrain%2Fmarshal-structure/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260475935,"owners_count":23014942,"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-10-13T21:19:22.380Z","updated_at":"2025-06-18T02:37:08.621Z","avatar_url":"https://github.com/drbrain.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= marshal-structure\n\nhome :: https://github.com/drbrain/marshal-structure\nrdoc :: http://docs.seattlerb.org/marshal-structure\nbugs :: https://github.com/drbrain/marshal-structure/issues\n\n== Description\n\nTools to inspect and analyze Ruby's Marshal serialization format.  Supports\nthe Marshal 4.8 format which is emitted by ruby 1.8 through 2.x.\n\n== Examples\n\nTo dump the structure of a Marshal stream:\n\n  ruby -rpp -rmarshal/structure \\\n    -e 'pp Marshal::Structure.load Marshal.dump \"hello\"'\n\nFancier usage:\n\n  require 'pp'\n  require 'marshal/structure'\n\n  ms = Marshal::Structure.new Marshal.dump %w[hello world]\n\n  # print the stream structure\n  pp ms.structure\n\n  # show how many allocations are required to load the stream\n  p ms.count_allocations\n\n== Installation\n\n  gem install marshal-structure\n\n== Developers\n\nAfter checking out the source, run:\n\n  $ rake newb\n\nThis task will install any missing dependencies, run the tests/specs,\nand generate the RDoc.\n\n== License\n\n(The MIT License)\n\nCopyright (c) Eric Hodel\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbrain%2Fmarshal-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrbrain%2Fmarshal-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrbrain%2Fmarshal-structure/lists"}