{"id":13747708,"url":"https://github.com/ruby/psych","last_synced_at":"2025-05-12T15:32:53.603Z","repository":{"id":676541,"uuid":"320148","full_name":"ruby/psych","owner":"ruby","description":"A libyaml wrapper for Ruby","archived":false,"fork":false,"pushed_at":"2025-05-04T07:53:29.000Z","size":2271,"stargazers_count":571,"open_issues_count":98,"forks_count":205,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-05-08T11:46:01.588Z","etag":null,"topics":["c","hacktoberfest","java","libyaml","psych","ruby","yaml-parser"],"latest_commit_sha":null,"homepage":"","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.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2009-09-28T16:31:15.000Z","updated_at":"2025-05-04T07:53:33.000Z","dependencies_parsed_at":"2023-07-05T21:16:14.910Z","dependency_job_id":"a09544b2-0b00-4b94-9d9e-47964d645e01","html_url":"https://github.com/ruby/psych","commit_stats":{"total_commits":1099,"total_committers":111,"mean_commits":9.9009009009009,"dds":0.6105550500454959,"last_synced_commit":"07dac3490c32ee61c9987dfe668a0e2fd6cb3796"},"previous_names":["tenderlove/psych"],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fpsych","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fpsych/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fpsych/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fpsych/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby","download_url":"https://codeload.github.com/ruby/psych/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171272,"owners_count":21865297,"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":["c","hacktoberfest","java","libyaml","psych","ruby","yaml-parser"],"created_at":"2024-08-03T06:01:38.674Z","updated_at":"2025-05-12T15:32:53.579Z","avatar_url":"https://github.com/ruby.png","language":"Ruby","readme":"# Psych\n\n* https://github.com/ruby/psych\n* https://docs.ruby-lang.org/en/master/Psych.html\n\n## Description\n\nPsych is a YAML parser and emitter.  Psych leverages\n[libyaml](https://pyyaml.org/wiki/LibYAML) for its YAML parsing and emitting\ncapabilities.  In addition to wrapping libyaml, Psych also knows how to\nserialize and de-serialize most Ruby objects to and from the YAML format.\n\n## Examples\n\n```ruby\n# Safely load YAML in to a Ruby object\nPsych.safe_load('--- foo') # =\u003e 'foo'\n\n# Emit YAML from a Ruby object\nPsych.dump(\"foo\")     # =\u003e \"--- foo\\n...\\n\"\n```\n\n## Dependencies\n\n* libyaml\n\n## Installation\n\nPsych has been included with MRI since 1.9.2, and is the default YAML parser\nin 1.9.3.\n\nIf you want a newer gem release of Psych, you can use RubyGems:\n\n```bash\ngem install psych\n```\n\nPsych supported the static build with specific version of libyaml sources. You can build psych with libyaml-0.2.5 like this.\n\n```bash\ngem install psych -- --with-libyaml-source-dir=/path/to/libyaml-0.2.5\n```\n\nIn order to use the gem release in your app, and not the stdlib version,\nyou'll need the following:\n\n```ruby\ngem 'psych'\nrequire 'psych'\n```\n\nOr if you use Bundler add this to your `Gemfile`:\n\n```ruby\ngem 'psych'\n```\n\nJRuby ships with a pure Java implementation of Psych.\n\n## License\n\nCopyright 2009 Aaron Patterson, et al.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the 'Software'), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fpsych","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby%2Fpsych","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fpsych/lists"}