{"id":18103146,"url":"https://github.com/miyucy/brotli","last_synced_at":"2025-05-16T09:03:00.833Z","repository":{"id":55493284,"uuid":"43082447","full_name":"miyucy/brotli","owner":"miyucy","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-02T09:04:32.000Z","size":148,"stargazers_count":63,"open_issues_count":2,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T04:01:51.743Z","etag":null,"topics":["brotli","ruby"],"latest_commit_sha":null,"homepage":"","language":"C","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/miyucy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2015-09-24T17:36:45.000Z","updated_at":"2025-04-03T21:48:12.000Z","dependencies_parsed_at":"2024-01-31T08:29:53.199Z","dependency_job_id":"dbeec27b-38a9-4554-ac7b-0848ffe31102","html_url":"https://github.com/miyucy/brotli","commit_stats":{"total_commits":100,"total_committers":12,"mean_commits":8.333333333333334,"dds":"0.21999999999999997","last_synced_commit":"02fe445256e699f539584e5f76795e35eb8e6b57"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyucy%2Fbrotli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyucy%2Fbrotli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyucy%2Fbrotli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyucy%2Fbrotli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyucy","download_url":"https://codeload.github.com/miyucy/brotli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501552,"owners_count":22081527,"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":["brotli","ruby"],"created_at":"2024-10-31T22:10:34.102Z","updated_at":"2025-05-16T09:03:00.796Z","avatar_url":"https://github.com/miyucy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brotli\n\nBrotli is a Ruby implementation of the Brotli generic-purpose lossless\ncompression algorithm that compresses data using a combination of a modern\nvariant of the LZ77 algorithm, Huffman coding and 2nd order context modeling,\nwith a compression ratio comparable to the best currently available\ngeneral-purpose compression methods. It is similar in speed with deflate but\noffers more dense compression.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'brotli'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install brotli\n\n## Usage\n\n```ruby\nrequire 'brotli'\ncompressed = Brotli.deflate(string)\ndecompressed = Brotli.inflate(compressed)\n```\n\nSee test/brotli_test.rb\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install bundle and Brotli C library dependencies.\n\nRun `rake build` to build brotli extension for ruby. 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 tags, 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/miyucy/brotli.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyucy%2Fbrotli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyucy%2Fbrotli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyucy%2Fbrotli/lists"}