{"id":22188842,"url":"https://github.com/qwreey/lune-minify-html","last_synced_at":"2026-02-06T05:03:26.187Z","repository":{"id":262490799,"uuid":"887287337","full_name":"qwreey/lune-minify-html","owner":"qwreey","description":"minify-html binding for lune runtime","archived":false,"fork":false,"pushed_at":"2024-11-12T18:00:03.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-08T18:56:27.256Z","etag":null,"topics":["luau","lune","minify-html","web"],"latest_commit_sha":null,"homepage":"","language":"Luau","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/qwreey.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-11-12T13:41:33.000Z","updated_at":"2024-11-12T18:00:06.000Z","dependencies_parsed_at":"2024-11-12T18:39:27.166Z","dependency_job_id":null,"html_url":"https://github.com/qwreey/lune-minify-html","commit_stats":null,"previous_names":["qwreey/lune-minify-html"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qwreey/lune-minify-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-minify-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-minify-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-minify-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-minify-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwreey","download_url":"https://codeload.github.com/qwreey/lune-minify-html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-minify-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29151601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["luau","lune","minify-html","web"],"created_at":"2024-12-02T11:12:50.660Z","updated_at":"2026-02-06T05:03:26.169Z","avatar_url":"https://github.com/qwreey.png","language":"Luau","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lune-minify-html\n\nSimple [minify-html](https://github.com/wilsonzlin/minify-html) wrapper for lune runtime, with ffi edge feature.\n\n## Example usage\n\nRun `cargo build --profile=release` first to get shared object.\n\n```luau\nlocal minify_html = require(\"./\")\n    .new(\"./target/release/liblune_minify_html.so\")\n\nlocal result = minify_html:minify([[\n    \u003chtml\u003e\n        \u003chtml\u003e\n            \u003ctitle\u003eHello world\u003c/title\u003e\n        \u003c/html\u003e\n        \u003cbody\u003e\n            \u003cp\u003eHello world\u003c/p\u003e\n        \u003c/body\u003e\n    \u003c/html\u003e\n]])\n\nprint(result) -- \u003ctitle\u003eHello world\u003c/title\u003e\u003c/html\u003e\u003cbody\u003e\u003cp\u003eHello world\n```\n\n## TODO\n\nMinify option supports\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwreey%2Flune-minify-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwreey%2Flune-minify-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwreey%2Flune-minify-html/lists"}