{"id":23396052,"url":"https://github.com/martin-rizzo/inflater","last_synced_at":"2025-07-14T11:08:28.963Z","repository":{"id":44657424,"uuid":"273270487","full_name":"martin-rizzo/Inflater","owner":"martin-rizzo","description":"A portable, one-header library to decode bit streams compressed with the Deflate algorithm","archived":false,"fork":false,"pushed_at":"2022-02-01T18:28:10.000Z","size":320,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T17:36:48.835Z","etag":null,"topics":["c","group-microlibs"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/martin-rizzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-18T15:11:54.000Z","updated_at":"2022-06-18T22:05:46.000Z","dependencies_parsed_at":"2022-09-13T15:42:32.803Z","dependency_job_id":null,"html_url":"https://github.com/martin-rizzo/Inflater","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martin-rizzo/Inflater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-rizzo%2FInflater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-rizzo%2FInflater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-rizzo%2FInflater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-rizzo%2FInflater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martin-rizzo","download_url":"https://codeload.github.com/martin-rizzo/Inflater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-rizzo%2FInflater/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265281198,"owners_count":23739870,"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","group-microlibs"],"created_at":"2024-12-22T07:29:36.929Z","updated_at":"2025-07-14T11:08:28.895Z","avatar_url":"https://github.com/martin-rizzo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Inflater\n========\n\nA portable, one-header library to decode bit streams compressed with the Deflate algorithm.\n\n\nInstallation and usage\n----------------------\n\nInflater is a single header library. That is, you only need to copy the `'inflater.h'` header into any folder of your project's source tree. Then when you want to start using Inflater functions for first time, you must include the header in your code but making sure to define INFLATER_IMPLEMENTATION macro just before including it:\n\n```C\n    #define INFLATER_IMPLEMENTATION\n    #include \"inflater.h\"\n```\n\nLater if other source files in your project need to use the Inflater functions then they only must include the header as usual WITHOUT having to define the macro again.\n\nFunctions\n---------\n\nDocumentation\n-------------\n\nExamples\n--------\n\nLicense\n-------\n\nCopyright (c) 2020 Martin Rizzo\n\nThis project is licensed under the MIT license.  \nSee the [LICENSE.md](\"LICENSE.md\") file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-rizzo%2Finflater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartin-rizzo%2Finflater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-rizzo%2Finflater/lists"}