{"id":13741155,"url":"https://github.com/lpil/htmgrrrl","last_synced_at":"2025-10-26T14:13:56.923Z","repository":{"id":159971778,"uuid":"634980786","full_name":"lpil/htmgrrrl","owner":"lpil","description":"Gleam bindings to htmerl, the fast and memory efficient HTML SAX parser.","archived":false,"fork":false,"pushed_at":"2023-12-08T15:51:54.000Z","size":9,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-01T23:05:04.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-05-01T17:37:20.000Z","updated_at":"2024-08-03T04:07:44.903Z","dependencies_parsed_at":"2023-12-08T16:47:48.541Z","dependency_job_id":null,"html_url":"https://github.com/lpil/htmgrrrl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fhtmgrrrl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fhtmgrrrl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fhtmgrrrl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fhtmgrrrl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/htmgrrrl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753989,"owners_count":20342537,"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-08-03T04:00:56.109Z","updated_at":"2025-10-26T14:13:56.832Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["HTML"],"readme":"# htmgrrrl\n\n[![Package Version](https://img.shields.io/hexpm/v/htmgrrrl)](https://hex.pm/packages/htmgrrrl)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/htmgrrrl/)\n\nGleam bindings to [htmerl](https://github.com/zadean/htmerl), the fast and\nmemory efficient Erlang HTML SAX parser.\n\n```gleam\nimport htmgrrrl.{Characters}\n\npub fn main() {\n  let take_text = fn(state, _line, event) {\n    case event {\n      Characters(text) -\u003e [text, ..state]\n      _ -\u003e state\n    }\n  }\n\n  \"\u003cp\u003eHello, Joe!\u003c/p\u003e\u003cp\u003eHello, Mike!\u003c/p\u003e\"\n  |\u003e htmgrrrl.sax([], take_text)\n  // =\u003e Ok([\"Hello, Mike!\", \"Hello, Joe!\"])\n}\n```\n\n## Installation\n\nThis package can be added to your Gleam project:\n\n```sh\ngleam add htmgrrrl\n```\n\nand its documentation can be found at \u003chttps://hexdocs.pm/htmgrrrl\u003e.\n\n## What's with the name?\n\nIt's a Gleam-y play on \"htmerl\" that makes a nod to [Riot Grrrl](https://en.wikipedia.org/wiki/Riot_grrrl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fhtmgrrrl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fhtmgrrrl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fhtmgrrrl/lists"}