{"id":50425477,"url":"https://github.com/pmarreck/mini_blar","last_synced_at":"2026-05-31T10:03:50.256Z","repository":{"id":357944812,"uuid":"1229337611","full_name":"pmarreck/mini_blar","owner":"pmarreck","description":"Constrained subset of the BLAR archive format — for embedded/bootstrap use","archived":false,"fork":false,"pushed_at":"2026-05-14T23:02:45.000Z","size":12156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"yolo","last_synced_at":"2026-05-15T01:13:17.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmarreck.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-05T00:10:48.000Z","updated_at":"2026-05-14T23:02:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pmarreck/mini_blar","commit_stats":null,"previous_names":["pmarreck/mini_blar"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pmarreck/mini_blar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarreck%2Fmini_blar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarreck%2Fmini_blar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarreck%2Fmini_blar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarreck%2Fmini_blar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmarreck","download_url":"https://codeload.github.com/pmarreck/mini_blar/tar.gz/refs/heads/yolo","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarreck%2Fmini_blar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33726722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":[],"created_at":"2026-05-31T10:03:49.269Z","updated_at":"2026-05-31T10:03:50.251Z","avatar_url":"https://github.com/pmarreck.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini_blar\n\nA constrained subset of the [blar](https://github.com/pmarreck/blar) archive\nformat — for embedded systems, bootstrap environments, and any context where\nthe full blar feature set (compression, encryption, codec expansion, signatures)\nis overkill.\n\nmini_blar archives are valid blar archives: any blar implementation can read\nthem. mini_blar's writer only emits a profile of the format, and its reader\nonly handles that profile.\n\nBuilt on [BLIP](https://github.com/pmarreck/BLIP).\n\n## Profile\n\nmini_blar archives:\n\n- May contain `FILE` and `DIR` entries (TYPE=5, TYPE=7)\n- Use only `TYPE`, `CSUM`, `VAL` attributes (no `COMP`, `ENC`, `SEG`, `SIG`)\n- Use only `xxhash64` for content checksums\n- Have no compression, no encryption, no container expansion\n\nIf you need any of those, use blar.\n\n## Build\n\n```bash\n./build         # release (via nix build)\n./build debug   # debug (via zig build)\n./test          # run unit + CLI tests\n```\n\n## Relationship to blar and BLIP\n\n```\n                        ┌──────────┐\n                        │   BLIP   │  varint + LP envelope + generic containers\n                        └────┬─────┘\n                             │\n              ┌──────────────┴──────────────┐\n              ▼                             ▼\n       ┌─────────────┐              ┌──────────────┐\n       │  mini_blar  │              │     blar     │\n       │  (this)     │              │  (sister)    │\n       └─────────────┘              └──────────────┘\n       constrained                  full feature set\n       FILE/DIR only                + codecs, comp, enc\n       xxhash64 only                + GUI, signatures\n```\n\nmini_blar and blar are **sister projects**. mini_blar does not depend on blar.\nBoth depend on BLIP. The two impls share a wire-format profile, not code.\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmarreck%2Fmini_blar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmarreck%2Fmini_blar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmarreck%2Fmini_blar/lists"}