{"id":32301089,"url":"https://github.com/phoenixr-codes/nlzss","last_synced_at":"2026-02-21T02:39:41.822Z","repository":{"id":245236388,"uuid":"817896064","full_name":"phoenixr-codes/nlzss","owner":"phoenixr-codes","description":"Nintendo's LZSS (de)compression","archived":false,"fork":false,"pushed_at":"2026-02-17T19:18:07.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T00:49:34.073Z","etag":null,"topics":["3ds","compression","lzss","nintendo"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/nlzss","language":"Dart","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/phoenixr-codes.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-20T17:01:38.000Z","updated_at":"2026-02-17T19:18:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1e0d5c3-2754-4767-b82c-27daf8955a12","html_url":"https://github.com/phoenixr-codes/nlzss","commit_stats":null,"previous_names":["phoenixr-codes/nlzss"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phoenixr-codes/nlzss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fnlzss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fnlzss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fnlzss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fnlzss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoenixr-codes","download_url":"https://codeload.github.com/phoenixr-codes/nlzss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoenixr-codes%2Fnlzss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":["3ds","compression","lzss","nintendo"],"created_at":"2025-10-23T05:35:51.032Z","updated_at":"2026-02-21T02:39:41.814Z","avatar_url":"https://github.com/phoenixr-codes.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nlzss - (de)compression with Nintendo's [LZSS][] format\n\n[![Pub Version](https://img.shields.io/pub/v/nlzss?style=for-the-badge)](https://pub.dev/packages/nlzss)\n[![GitHub Repo stars](https://img.shields.io/github/stars/phoenixr-codes/nlzss?style=for-the-badge)](https://github.com/phoenixr-codes/nlzss)\n[![Pub Likes](https://img.shields.io/pub/likes/nlzss?style=for-the-badge)](https://pub.dev/packages/nlzss)\n\n\n## CLI Usage\n\n### Compress\n\n```bash\ncat file | nlzss compress \u003e file.bin\n```\n\nInstead of `compress` you can also use the `c` shorthand. To specify the\nalgorithm to use, add `--level 11` (default) or `--level 10`.\n\n\n### Decompress\n\n```bash\ncat file.bin | nlzss decompress \u003e file\n```\n\nInstead of `decompress` you can also use the `d` shorthand.\n\n\n## References\n\n- [nintendo-lz][] - The codebase was heavily inspired by this\n- [nzlss][nzlss-python]\n\n[LZSS]: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Storer%E2%80%93Szymanski\n[nintendo-lz]: https://gitlab.com/DarkKirb/nintendo-lz\n[nzlss-python]: https://github.com/magical/nlzss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenixr-codes%2Fnlzss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoenixr-codes%2Fnlzss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenixr-codes%2Fnlzss/lists"}