{"id":15288117,"url":"https://github.com/ananthakumaran/hopfli","last_synced_at":"2025-07-25T09:31:36.376Z","repository":{"id":13941522,"uuid":"16641322","full_name":"ananthakumaran/hopfli","owner":"ananthakumaran","description":"Haskell bindings for Zopfli Compression Algorithm","archived":false,"fork":false,"pushed_at":"2023-03-31T11:33:30.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-25T10:35:49.096Z","etag":null,"topics":["haskell","zopfli"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ananthakumaran.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2014-02-08T11:01:31.000Z","updated_at":"2023-03-31T11:33:34.000Z","dependencies_parsed_at":"2024-09-30T15:54:14.509Z","dependency_job_id":null,"html_url":"https://github.com/ananthakumaran/hopfli","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.17647058823529416","last_synced_commit":"da989e368a9a01a8b32a7506a2c9a273f971a95f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ananthakumaran/hopfli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fhopfli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fhopfli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fhopfli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fhopfli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ananthakumaran","download_url":"https://codeload.github.com/ananthakumaran/hopfli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananthakumaran%2Fhopfli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266985819,"owners_count":24017002,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["haskell","zopfli"],"created_at":"2024-09-30T15:44:10.321Z","updated_at":"2025-07-25T09:31:36.058Z","avatar_url":"https://github.com/ananthakumaran.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hopfli - Haskell bindings to the Zopfli library\n===\n[![Build Status](https://secure.travis-ci.org/ananthakumaran/hopfli.svg)](https://travis-ci.org/ananthakumaran/hopfli.svg?branch=master)\n[![Hackage-Deps](https://img.shields.io/hackage-deps/v/hopfli.svg)](http://packdeps.haskellers.com/specific?package=hopfli)\n[![Hackage](https://img.shields.io/hackage/v/hopfli.svg)](https://hackage.haskell.org/package/hopfli)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n\nHopfli provides a pure interface to compress data using the Zopfli library.\n\n*Zopfli is a compression library released by Google in 2013, which can output\neither a raw DEFLATE stream, or one wrapped into zlib or gzip formats. Under\ndefault settings, the output produced by Zopfli is 3.7–8.3% smaller than that of\n`gzip -9`, though the algorithm is 81 times slower.*\n\nZopfli is distributed under the Apache 2.0 license.\n\n## Example\n\n````haskell\nimport           Codec.Compression.Hopfli\nimport           Data.ByteString\nimport           System.IO                (stdin, stdout)\n\nmain :: IO ()\nmain = hGetContents stdin \u003e\u003e= hPut stdout . compressWith defaultCompressOptions GZIP\n````\n\n````\nrunGhc example.hs \u003c README.md \u003e README.md.gz\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananthakumaran%2Fhopfli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fananthakumaran%2Fhopfli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananthakumaran%2Fhopfli/lists"}