{"id":20716845,"url":"https://github.com/blacktop/lzfse-cgo","last_synced_at":"2025-07-15T19:43:12.094Z","repository":{"id":57621876,"uuid":"212458809","full_name":"blacktop/lzfse-cgo","owner":"blacktop","description":"Go bindings for lzfse compression","archived":false,"fork":false,"pushed_at":"2024-07-31T17:29:00.000Z","size":651,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T00:05:06.671Z","etag":null,"topics":["bindings","compression","golang","lzfse","lzfse-compression-algorithm"],"latest_commit_sha":null,"homepage":null,"language":"C","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/blacktop.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}},"created_at":"2019-10-02T23:13:08.000Z","updated_at":"2024-07-31T17:28:02.000Z","dependencies_parsed_at":"2023-01-26T12:15:06.992Z","dependency_job_id":null,"html_url":"https://github.com/blacktop/lzfse-cgo","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flzfse-cgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flzfse-cgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flzfse-cgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flzfse-cgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacktop","download_url":"https://codeload.github.com/blacktop/lzfse-cgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250440069,"owners_count":21430946,"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","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":["bindings","compression","golang","lzfse","lzfse-compression-algorithm"],"created_at":"2024-11-17T03:06:58.956Z","updated_at":"2025-04-23T13:30:22.272Z","avatar_url":"https://github.com/blacktop.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lzfse-cgo\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/blacktop/lzfse-cgo/Go)\n[![GoDoc](https://godoc.org/github.com/blacktop/lzfse-cgo?status.svg)](https://godoc.org/github.com/blacktop/lzfse-cgo) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/blacktop/lzfse-cgo)](https://github.com/blacktop/lzfse-cgo/releases/latest)\n![GitHub](https://img.shields.io/github/license/blacktop/lzfse-cgo?color=blue)\n\n\u003e Go bindings for [lzfse](https://github.com/lzfse/lzfse) compression.\n\n---\n\n## Install\n\n```bash\ngo get github.com/blacktop/lzfse-cgo\n```\n\n## Getting Started\n\n```golang\nimport (\n    \"log\"\n    \"os\"\n\n    \"github.com/blacktop/lzfse-cgo\"\n)\n\nfunc main() {\n\n    dat, err := os.ReadFile(\"encoded.file\")\n    if err != nil {\n        log.Fatal(fmt.Errorf(\"failed to read compressed file: %v\", err))\n    }\n\n    decompressed = lzfse.DecodeBuffer(dat)\n\n    err = os.WriteFile(\"decoded.file\", decompressed, 0644)\n    if err != nil {\n        log.Fatal(fmt.Errorf(\"failed to decompress file: %v\", err))\n    }\n}\n```\n\n## Credit\n\n- \u003chttps://github.com/zchee/go-lzfse\u003e\n- \u003chttps://github.com/eafer/libzbitmap\u003e\n\n## License\n\nMIT Copyright (c) 2019-2024 blacktop\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Flzfse-cgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacktop%2Flzfse-cgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Flzfse-cgo/lists"}