{"id":16301657,"url":"https://github.com/timo/compress-zstd","last_synced_at":"2026-02-08T20:32:48.289Z","repository":{"id":66576683,"uuid":"191794029","full_name":"timo/Compress-Zstd","owner":"timo","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-12T18:09:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-09T14:17:21.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl 6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timo.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2019-06-13T16:02:34.000Z","updated_at":"2019-09-12T18:09:18.000Z","dependencies_parsed_at":"2023-03-29T19:03:00.964Z","dependency_job_id":null,"html_url":"https://github.com/timo/Compress-Zstd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/timo/Compress-Zstd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo%2FCompress-Zstd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo%2FCompress-Zstd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo%2FCompress-Zstd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo%2FCompress-Zstd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timo","download_url":"https://codeload.github.com/timo/Compress-Zstd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo%2FCompress-Zstd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29242878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T19:36:48.828Z","status":"ssl_error","status_checked_at":"2026-02-08T19:27:12.336Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T20:55:16.908Z","updated_at":"2026-02-08T20:32:48.265Z","avatar_url":"https://github.com/timo.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/timo/Compress-Zstd.svg?branch=master)](https://travis-ci.org/timo/Compress-Zstd)\n\nNAME\n====\n\nCompress::Zstd - Native binding to Facebook's Zstd compression library\n\nSYNOPSIS\n========\n\n```perl6\nuse Compress::Zstd;\n\nmy $compressor = Zstd::Compressor.new;\n\n$comp.compress(\"hello how are you today?\".encode(\"utf8\"));\nmy $result = $comp.end-stream;\n\"/tmp/compressed.zstd\".IO.spurt($result);\n\n$result.append(\"here is some bonus junk at the end\".encode(\"utf8\"));\n\nmy $decompressor = Zstd::Decompressor.new;\n\nmy $decomp-result = $decompressor.decompress($result);\n\nmy $the-junk-at-the-end-again = $decompressor.get-leftovers;\n```\n\nDESCRIPTION\n===========\n\nCompress::Zstd lets you read and write data compressed with facebook's zstd library.\n\nThe API is not yet stable and may receive some improvements and/or clarifications in future versions.\n\nAUTHOR\n======\n\nTimo Paulssen \u003ctimonator@perpetuum-immobile.de\u003e\n\nCOPYRIGHT AND LICENSE\n=====================\n\nCopyright 2019 Timo Paulssen\n\nThis library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimo%2Fcompress-zstd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimo%2Fcompress-zstd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimo%2Fcompress-zstd/lists"}