{"id":31595157,"url":"https://github.com/sargunv/kompress","last_synced_at":"2025-10-06T03:58:15.712Z","repository":{"id":302612677,"uuid":"1013035460","full_name":"sargunv/kompress","owner":"sargunv","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-08T06:47:12.000Z","size":1160,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T07:00:39.977Z","etag":null,"topics":["compression","deflate","gzip","kotlin","multiplatform","zip","zlib"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/sargunv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"sargunv"}},"created_at":"2025-07-03T09:02:15.000Z","updated_at":"2025-07-08T06:47:15.000Z","dependencies_parsed_at":"2025-07-08T07:00:42.179Z","dependency_job_id":null,"html_url":"https://github.com/sargunv/kompress","commit_stats":null,"previous_names":["sargunv/kompression","sargunv/kompress"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sargunv/kompress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sargunv%2Fkompress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sargunv%2Fkompress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sargunv%2Fkompress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sargunv%2Fkompress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sargunv","download_url":"https://codeload.github.com/sargunv/kompress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sargunv%2Fkompress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556195,"owners_count":26006081,"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-06T02:00:05.630Z","response_time":65,"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","deflate","gzip","kotlin","multiplatform","zip","zlib"],"created_at":"2025-10-06T03:58:08.589Z","updated_at":"2025-10-06T03:58:15.690Z","avatar_url":"https://github.com/sargunv.png","language":"Kotlin","funding_links":["https://github.com/sponsors/sargunv"],"categories":[],"sub_categories":[],"readme":"[![Maven Central Version](https://img.shields.io/maven-central/v/kompress/kompress?label=Maven)](https://central.sonatype.com/namespace/kompress)\n[![License](https://img.shields.io/github/license/sargunv/kompress?label=License)](https://github.com/sargunv/kompress/blob/main/LICENSE)\n[![Kotlin Version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsargunv%2Fkompress%2Frefs%2Fheads%2Fmain%2Fgradle%2Flibs.versions.toml\u0026query=versions.gradle-kotlin\u0026prefix=v\u0026logo=kotlin\u0026label=Kotlin)](./gradle/libs.versions.toml)\n[![Documentation](https://img.shields.io/badge/Documentation-blue?logo=MaterialForMkDocs\u0026logoColor=white)](https://sargunv.github.io/kompress/)\n[![API Reference](https://img.shields.io/badge/API_Reference-blue?logo=Kotlin\u0026logoColor=white)](https://sargunv.github.io/kompress/api/)\n\n# Kompress\n\nKompress is a WIP [Kotlin Multiplatform] library for compression and\ndecompression of data. It will contain:\n\n- a pure Kotlin port of [zlib] `deflate` and `inflate`.\n- platform-specific zlib wrappers as alternative implementations.\n- a [kotlinx-io] friendly API for streaming compression / decompression.\n- a zip archive reader and writer.\n\n**Status**\n\n| API                               | Compress | Decompress |\n|-----------------------------------|----------|------------|\n| Common: pure Kotlin zlib port     | 🚫       | 🚧         |\n| JVM: `java.util.zip` wrapper      | ✅        | ✅          |\n| Native: `platform.zlib` wrapper   | ✅        | ✅          |\n| JS: `pako` or `node:zlib` wrapper | 🚫       | 🚫         |\n| Common: Zip reader                | 🚫       | 🚫         |\n| Common: Zip writer                | 🚫       | 🚫         |\n\n## Usage\n\n- [Documentation](https://sargunv.github.io/kompress/) (TODO)\n- [API Reference](https://sargunv.github.io/kompress/api/)\n\n[Kotlin Multiplatform]: https://kotlinlang.org/docs/multiplatform.html\n\n[zlib]: https://www.zlib.net/\n\n[kotlinx-io]: https://github.com/Kotlin/kotlinx-io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsargunv%2Fkompress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsargunv%2Fkompress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsargunv%2Fkompress/lists"}