{"id":16217274,"url":"https://github.com/synodriver/lua-bz3","last_synced_at":"2025-04-07T23:14:47.304Z","repository":{"id":100676302,"uuid":"559571136","full_name":"synodriver/lua-bz3","owner":"synodriver","description":"simple lua binding for bzip3","archived":false,"fork":false,"pushed_at":"2025-02-05T11:33:05.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T00:23:50.118Z","etag":null,"topics":["bz3","bzip3","compression","lua"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synodriver.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-30T14:31:21.000Z","updated_at":"2025-02-05T11:33:08.000Z","dependencies_parsed_at":"2024-01-13T08:29:47.708Z","dependency_job_id":"6c0d363a-d709-4e2b-9fe7-1a925f1216c1","html_url":"https://github.com/synodriver/lua-bz3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-bz3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-bz3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-bz3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-bz3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synodriver","download_url":"https://codeload.github.com/synodriver/lua-bz3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744333,"owners_count":20988783,"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":["bz3","bzip3","compression","lua"],"created_at":"2024-10-10T11:26:22.559Z","updated_at":"2025-04-07T23:14:47.276Z","avatar_url":"https://github.com/synodriver.png","language":"C","readme":"# simple lua binding for [bzip3](https://github.com/kspalaiologos/bzip3) 's high-level api\n\n### usage\n\n```lua\nlocal bz3 = require(\"bz3\")\n\nlocal data = \"1234\"\nfor i=1,7 do\n    data = data..data\nend\nprint(\"bzip3 version \"..bz3.version)\nprint(\"origin size \"..#data)\nlocal compressed = bz3.compress(data, 1000)\n\nprint(\"compressed size \"..#compressed)\ndecompressed = bz3.decompress(compressed, 1000)\nassert(decompressed==data)\n\nprint(\"min_memory_needed 1000000   \"..bz3.min_memory_needed(1000000))\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Flua-bz3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynodriver%2Flua-bz3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Flua-bz3/lists"}