{"id":22032369,"url":"https://github.com/vaiorabbit/zopflicompress","last_synced_at":"2026-04-29T14:05:36.842Z","repository":{"id":7344121,"uuid":"8667492","full_name":"vaiorabbit/ZopfliCompress","owner":"vaiorabbit","description":"A demonstration program showing how to use zopfli compression library.","archived":false,"fork":false,"pushed_at":"2013-03-09T09:15:22.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T10:04:33.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/vaiorabbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2013-03-09T09:07:03.000Z","updated_at":"2013-10-05T02:20:16.000Z","dependencies_parsed_at":"2022-08-19T20:31:37.860Z","dependency_job_id":null,"html_url":"https://github.com/vaiorabbit/ZopfliCompress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vaiorabbit/ZopfliCompress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2FZopfliCompress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2FZopfliCompress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2FZopfliCompress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2FZopfliCompress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaiorabbit","download_url":"https://codeload.github.com/vaiorabbit/ZopfliCompress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaiorabbit%2FZopfliCompress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261103180,"owners_count":23109928,"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-11-30T08:27:46.891Z","updated_at":"2026-04-29T14:05:31.789Z","avatar_url":"https://github.com/vaiorabbit.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZopfliCompress #\r\n\r\nA demonstration program showing how to use zopfli compression library (https://code.google.com/p/zopfli/).\r\n\r\n*   Created: 2013-03-09 (Sat)\r\n*   Last Modified: 2013-03-09 (Sat)\r\n\r\n## Prerequisites ##\r\n\r\nTested on Mac OS X 10.7.5.\r\n\r\n    $ clang++ --version\r\n    Apple clang version 3.1 (tags/Apple/clang-318.0.54) (based on LLVM 3.1svn)\r\n    Target: x86_64-apple-darwin11.4.2\r\n    Thread model: posix\r\n\r\n## Contents ##\r\n\r\n*   /external\r\n    *   GetLatestZopfli.sh : Get latest codes.\r\n    *   BuildLibZopfli.sh : Build 'zopfli/libzopfli.a'.\r\n\r\n*   /source\r\n    *   Source codes for ZopfliCompress command.\r\n    *   Uses /external/zopfli/libzopfli.a\r\n    *   Just hit 'make'. './ZopfliCompress -h' shows usage.\r\n    *   Demo:\r\n\r\n            $ ./ZopfliCompress -in loremipsum.txt\r\n            $ ls loremipsum*\r\n            -rw-r--r--   65536  loremipsum.txt\r\n            -rw-r--r--   15716  loremipsum.txt.bin\r\n\r\n*   /test\r\n    *   inflate.rb : Decompressor for ZopfliCompress output (generated without '-gzip' option).\r\n    *   Usage:\r\n\r\n            $ ruby inflate.rb loremipsum.txt.bin\r\n\r\n\r\n## License ##\r\n\r\nzlib/libpng license.\r\n\r\n    This software is provided 'as-is', without any express or implied\r\n    warranty. In no event will the authors be held liable for any damages\r\n    arising from the use of this software.\r\n    \r\n    Permission is granted to anyone to use this software for any purpose,\r\n    including commercial applications, and to alter it and redistribute it\r\n    freely, subject to the following restrictions:\r\n    \r\n        1. The origin of this software must not be misrepresented; you must not\r\n        claim that you wrote the original software. If you use this software\r\n        in a product, an acknowledgment in the product documentation would be\r\n        appreciated but is not required.\r\n    \r\n        2. Altered source versions must be plainly marked as such, and must not be\r\n        misrepresented as being the original software.\r\n    \r\n        3. This notice may not be removed or altered from any source\r\n        distribution.\r\n\r\n\u003c!--\r\nLocal Variables:\r\nmode: markdown\r\ncoding: utf-8-dos\r\nEnd:\r\n--\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaiorabbit%2Fzopflicompress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaiorabbit%2Fzopflicompress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaiorabbit%2Fzopflicompress/lists"}