{"id":26854209,"url":"https://github.com/bastie/bzipclone","last_synced_at":"2026-04-27T12:01:46.272Z","repository":{"id":285107757,"uuid":"944370929","full_name":"bastie/BZipClone","owner":"bastie","description":"BZipClone with some parts in Swift","archived":false,"fork":false,"pushed_at":"2025-05-05T15:37:41.000Z","size":918,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T16:48:38.447Z","etag":null,"topics":["bastie","bzip2","compression","macos","macosx","packer"],"latest_commit_sha":null,"homepage":"cloneFrom:https://gitlab.com/bzip2/bzip2","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bastie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-07T08:27:36.000Z","updated_at":"2025-05-05T15:34:47.000Z","dependencies_parsed_at":"2025-03-29T15:31:39.582Z","dependency_job_id":"73058d9b-0f38-4d3d-b293-b19e45512f93","html_url":"https://github.com/bastie/BZipClone","commit_stats":null,"previous_names":["bastie/bzipclone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bastie/BZipClone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastie%2FBZipClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastie%2FBZipClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastie%2FBZipClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastie%2FBZipClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bastie","download_url":"https://codeload.github.com/bastie/BZipClone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastie%2FBZipClone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["bastie","bzip2","compression","macos","macosx","packer"],"created_at":"2025-03-30T23:19:04.496Z","updated_at":"2026-04-27T12:01:46.267Z","avatar_url":"https://github.com/bastie.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bzip2\n=====\n\nThis project is a macOS specific clone of [GitLab.com](https://gitlab.com/bzip2/bzip2).\n\nThis is Bzip2/libbz2; a program and library for lossless, block-sorting data\ncompression.\n\nThe documentation here may differ from that on the Bzip2 1.0.x project page\nmaintained by Mark Wielaard on [sourceware.org](https://sourceware.org/bzip2/).\n\nThe document of the Bzip2 feature development effort hosted on\n[GitLab.com](https://gitlab.com/bzip2/bzip2) differ from this project.\n\nCopyright (C) 1996-2010 Julian Seward \u003cjseward@acm.org\u003e\n\nCopyright (C) 2019-2020 Federico Mena Quintero \u003cfederico@gnome.org\u003e\n\nCopyright (C) 2021 [Micah Snyder](https://gitlab.com/micahsnyder).\n\nPlease read the [WARNING](#warning), [DISCLAIMER](#disclaimer) and\n[PATENTS](#patents) sections in this file for important information.\n\nThis program is released under the terms of the license contained in the\n[COPYING](COPYING) file.\n\n------------------------------------------------------------------\n\nThis version is **not fully compatible** with the previous public releases.\nBut, the **compressed files are fully identical**.\n\nA documentation is available in a plain-text version of the\nmanual page is available as bzip2.txt.\n\n## Contributing to Bzip2's development\n\nThis Bzip2 project is hosted on GitHub for specific macOS development work.\nIt can be found at https://github.com/bastie/BZipClone.\n\n\n## Report a Bug\n\nPlease report bugs via [GitHub Issues](https://github.com/bastie/BZipClone/issues).\n\nBefore you create a new issue, please verify that no one else has already reported the same issue.\n\n## Compiling Bzip2 \n\n```sh\nxcodebuild -scheme bzip2 -configuration Release -derivedDataPath ./build build\n```\n\n## WARNING\n\nThis program and library (attempts to) compress data by performing several\nnon-trivial transformations on it. Unless you are 100% familiar with *all* the\nalgorithms contained herein, and with the consequences of modifying them, you\nshould NOT meddle with the compression or decompression machinery.\nIncorrect changes can and very likely *will* lead to disastrous loss of data.\n\n**Please contact the maintainers if you want to modify the algorithms.**\n\n## DISCLAIMER\n\n**I TAKE NO RESPONSIBILITY FOR ANY LOSS OF DATA ARISING FROM THE USE OF THIS\nPROGRAM/LIBRARY, HOWSOEVER CAUSED.**\n\nEvery compression of a file implies an assumption that the compressed file can\nbe decompressed to reproduce the original. Great efforts in design, coding and\ntesting have been made to ensure that this program works correctly.\n\nHowever, the complexity of the algorithms, and, in particular, the presence of\nvarious special cases in the code which occur with very low but non-zero\nprobability make it impossible to rule out the possibility of bugs remaining in\nthe program.\n\nDO NOT COMPRESS ANY DATA WITH THIS PROGRAM UNLESS YOU ARE PREPARED TO ACCEPT\nTHE POSSIBILITY, HOWEVER SMALL, THAT THE DATA WILL NOT BE RECOVERABLE.\n\nThat is not to say this program is inherently unreliable.\nIndeed, I very much hope the opposite is true.\nBzip2/libbz2 has been carefully constructed and extensively tested.\n\n## PATENTS\n\nTo the best of my knowledge, Bzip2/libbz2 does not use any patented algorithms.\nHowever, I do not have the resources to carry out a patent search.\nTherefore I cannot give any guarantee of the above statement.\n\n## Maintainers\n\nAs of June 2021, [Micah Snyder](https://gitlab.com/micahsnyder) is the\nmaintainer of Bzip2/libbz2 for feature development work (I.e. versions 1.1+).\n\nThe Bzip2 feature development project is hosted on GitLab and can be found at\nhttps://gitlab.com/bzip2/bzip2\n\nBzip2 version 1.0 is maintained by [Mark Wielaard](https://www.klomp.org/mark/)\nat Sourceware and can be found at https://sourceware.org/git/?p=bzip2.git\n\n### Special thanks\n\nThanks to Julian Seward, the original author of Bzip2/libbz2, for creating the\nprogram and making it a very compelling alternative to previous compression\nprograms back in the early 2000's. Thanks to Julian also for letting Federico,\nMark, and Micah carry on with the maintainership of the program.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastie%2Fbzipclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastie%2Fbzipclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastie%2Fbzipclone/lists"}