{"id":19621595,"url":"https://github.com/pkg6/go-lzfse","last_synced_at":"2025-04-28T03:32:20.044Z","repository":{"id":230486320,"uuid":"779514215","full_name":"pkg6/go-lzfse","owner":"pkg6","description":"Go bindings for lzfse compression","archived":true,"fork":false,"pushed_at":"2024-03-30T06:25:41.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-26T18:53:42.022Z","etag":null,"topics":[],"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/pkg6.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}},"created_at":"2024-03-30T02:53:48.000Z","updated_at":"2024-10-21T03:26:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"29d36b8e-392b-466d-95db-3ecadec8d8c8","html_url":"https://github.com/pkg6/go-lzfse","commit_stats":null,"previous_names":["pkg6/go-lzfse"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fgo-lzfse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fgo-lzfse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fgo-lzfse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fgo-lzfse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkg6","download_url":"https://codeload.github.com/pkg6/go-lzfse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251246283,"owners_count":21558762,"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":[],"created_at":"2024-11-11T11:23:40.322Z","updated_at":"2025-04-28T03:32:19.437Z","avatar_url":"https://github.com/pkg6.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-lzfse\n\n[![GoDoc](https://godoc.org/github.com/blacktop/go-lzfse?status.svg)](https://godoc.org/github.com/blacktop/go-lzfse) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)\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/pkg6/go-lzfse\n```\n\n## Examples\n\n```golang\nimport (\n    \"io/ioutil\"\n    \"log\"\n\n    lzfse \"github.com/pkg6/go-lzfse\"\n    \"github.com/pkg/errors\"\n)\n\nfunc main() {\n\n    dat, err := ioutil.ReadFile(\"encoded.file\")\n    if err != nil {\n        log.Fatal(errors.Wrap(err, \"failed to read compressed file\"))\n    }\n\n    decompressed = lzfse.DecodeBuffer(dat)\n\n    err = ioutil.WriteFile(\"decoded.file\", decompressed, 0644)\n    if err != nil {\n        log.Fatal(errors.Wrap(err, \"failed to decompress file\"))\n    }\n}\n```\n\n## Credit\n\n- \u003chttps://github.com/zchee/go-lzfse\u003e\n- https://github.com/iineva/go-lzfse\n\n## License\n\nMIT Copyright (c) 2019 blacktop\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg6%2Fgo-lzfse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkg6%2Fgo-lzfse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg6%2Fgo-lzfse/lists"}