{"id":25819532,"url":"https://github.com/sehnryr/oodle-rs","last_synced_at":"2025-10-09T19:36:19.018Z","repository":{"id":279322818,"uuid":"938432239","full_name":"sehnryr/oodle-rs","owner":"sehnryr","description":"A Rust reimplementation of the Oodle compression library","archived":false,"fork":false,"pushed_at":"2025-06-28T16:23:37.000Z","size":110,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T02:50:27.829Z","etag":null,"topics":["compression","oodle","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sehnryr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2025-02-25T00:18:59.000Z","updated_at":"2025-06-29T05:25:06.000Z","dependencies_parsed_at":"2025-02-25T01:26:37.837Z","dependency_job_id":"7ccf5d60-4c05-4784-8e37-7644ec274509","html_url":"https://github.com/sehnryr/oodle-rs","commit_stats":null,"previous_names":["sehnryr/oodle-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sehnryr/oodle-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sehnryr%2Foodle-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sehnryr%2Foodle-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sehnryr%2Foodle-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sehnryr%2Foodle-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sehnryr","download_url":"https://codeload.github.com/sehnryr/oodle-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sehnryr%2Foodle-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001958,"owners_count":26083244,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["compression","oodle","rust"],"created_at":"2025-02-28T08:56:23.738Z","updated_at":"2025-10-09T19:36:19.013Z","avatar_url":"https://github.com/sehnryr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oodle-rs\n\n[![GitHub repo size](https://img.shields.io/github/repo-size/sehnryr/oodle-rs)]()\n\nA Rust library for decompressing Kraken, Mermaid, Selkie, Leviathan compressed buffers.\n\n## Development\n\nTODO: explain how to download and extract oodle's source code without using nix flake\n\nSince [oodle-test-data](https://github.com/sehnryr/oodle-test-data) can be quite heavy to clone by itself\n(380MB), you can use partial clone and sparse checkout like this:\n\n\u003cdetails open\u003e\u003csummary\u003ein bash:\u003c/summary\u003e\n\n```bash\ncd test-data\n\ngit clone \\\n    --depth 1 \\\n    --filter blob:none \\\n    --sparse https://github.com/sehnryr/oodle-test-data.git .\n\ngit sparse-checkout add {raw,kraken,leviathan,mermaid,selkie}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003ein nushell:\u003c/summary\u003e\n\n```nu\ncd test-data\n\n(git clone\n    --depth 1\n    --filter blob:none\n    --sparse https://github.com/sehnryr/oodle-test-data.git .)\n\n[\"raw\", \"kraken\", \"leviathan\", \"mermaid\", \"selkie\"] | each { |name| git sparse-checkout add $\"($name)\" }\n```\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsehnryr%2Foodle-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsehnryr%2Foodle-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsehnryr%2Foodle-rs/lists"}