{"id":23651449,"url":"https://github.com/athanclark/z85","last_synced_at":"2025-11-15T17:30:15.419Z","repository":{"id":56883373,"uuid":"162119609","full_name":"athanclark/z85","owner":"athanclark","description":"z85 implementation for Haskell","archived":false,"fork":false,"pushed_at":"2018-12-30T18:03:15.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T17:22:16.692Z","etag":null,"topics":["ascii","binary-encoding","haskell","z85","zeromq"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/athanclark.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}},"created_at":"2018-12-17T11:22:09.000Z","updated_at":"2018-12-30T18:05:19.000Z","dependencies_parsed_at":"2022-08-21T00:20:16.003Z","dependency_job_id":null,"html_url":"https://github.com/athanclark/z85","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Fz85","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Fz85/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Fz85/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Fz85/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athanclark","download_url":"https://codeload.github.com/athanclark/z85/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239609590,"owners_count":19667969,"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":["ascii","binary-encoding","haskell","z85","zeromq"],"created_at":"2024-12-28T16:37:46.288Z","updated_at":"2025-11-15T17:30:15.313Z","avatar_url":"https://github.com/athanclark.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# z85\n\n[z85](https://rfc.zeromq.org/spec:32/Z85/) is a binary string codec, like hexadecimal or base64, but has a higher density\nof compression than the former, due to its use of a higher base value of 85 than base 64. ByteStrings just need to be\na length of a multiple of 4 (a Word32String might be a better name).\n\nThere are multiple layers of exposed implementation in this package\n\n- `Word32 \u003c-\u003e Vector 4 Z85Char` for low level work\n- Attoparsec `Parser ByteString \u003c-\u003e Parser Text` for slightly higher level parsing of strict data\n- Pipes `Pipe ByteString Text \u003c-\u003e Pipe Text ByteString` for encoding / decoding streams of strict data\n- Casual `Lazy.ByteString ~ Lazy.Text` functions for encoding / decoding lazy data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathanclark%2Fz85","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathanclark%2Fz85","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathanclark%2Fz85/lists"}