{"id":15010115,"url":"https://github.com/mischov/meeseeks_html5ever","last_synced_at":"2026-03-15T03:49:33.290Z","repository":{"id":49195074,"uuid":"87114407","full_name":"mischov/meeseeks_html5ever","owner":"mischov","description":"Meeseeks-specific NIF binding of html5ever using Rustler.","archived":false,"fork":false,"pushed_at":"2023-03-27T05:18:44.000Z","size":135,"stargazers_count":10,"open_issues_count":3,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T23:16:17.560Z","etag":null,"topics":["elixir","html5ever","meeseeks","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mischov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","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":"2017-04-03T19:48:06.000Z","updated_at":"2023-07-25T14:08:12.000Z","dependencies_parsed_at":"2025-02-15T22:31:30.511Z","dependency_job_id":null,"html_url":"https://github.com/mischov/meeseeks_html5ever","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fmeeseeks_html5ever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fmeeseeks_html5ever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fmeeseeks_html5ever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fmeeseeks_html5ever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mischov","download_url":"https://codeload.github.com/mischov/meeseeks_html5ever/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113148,"owners_count":21049791,"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":["elixir","html5ever","meeseeks","rust"],"created_at":"2024-09-24T19:30:21.670Z","updated_at":"2026-03-15T03:49:33.279Z","avatar_url":"https://github.com/mischov.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meeseeks_Html5ever\n\n[![MeeseeksHtml5ever version](https://img.shields.io/hexpm/v/meeseeks_html5ever.svg)](https://hex.pm/packages/meeseeks_html5ever)\n[![CI](https://github.com/mischov/meeseeks_html5ever/actions/workflows/ci.yml/badge.svg)](https://github.com/mischov/meeseeks_html5ever/actions/workflows/ci.yml)\n\nOriginally a fork of Hansihe's [html5ever_elixir](https://github.com/hansihe/html5ever_elixir) that is more tightly coupled with [Meeseeks](https://github.com/mischov/meeseeks), Meeseeks_Html5ever has grown to include additional functionality, such as use of xml5ever for XML parsing.\n\n## Compatibility\n\nMeeseeks_Html5ever is tested with a minimum combination of Elixir 1.16.0 and Erlang/OTP 26.0 and a maximum combination of Elixir 1.18.0 and Erlang/OTP 27.0.\n\n## Installation\n\nEnsure Rust is installed, then add Meeseeks_Html5ever to your `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:meeseeks_html5ever, \"~\u003e 0.15.0\"}\n  ]\nend\n```\n\nFinally, run `mix deps.get`.\n\n## Dependencies\n\nMeeseeks_Html5ever depends on the Rust library [html5ever](https://github.com/servo/html5ever), providing a Rustler-based NIF to interface with it.\n\nYou do not need to have Rust installed because the library will attempt to download a precompiled NIF file.\n\nTo force compilation you can either set the `MEESEEKS_HTML5EVER_BUILD` environment variable to `true` or `1`, or add the following application configuration\n\n```elixir\nconfig :meeseeks_html5ever, MeeseeksHtml5ever, build_from_source: true\n```\n\nIf you want to force compilation you will need to have the Rust compiler [installed](https://www.rust-lang.org/en-US/install.html), and will need to add Rustler to your dependencies.\n\n```elixir\ndef deps do\n  [\n    {:meeseeks_html5ever, \"~\u003e 0.15.0\"},\n    {:rustler, \"\u003e= 0.0.0\", optional: true}\n  ]\nend\n```\n\n## Contributing\n\nIf you are interested in contributing please read the [contribution guidelines](CONTRIBUTING.md).\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischov%2Fmeeseeks_html5ever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmischov%2Fmeeseeks_html5ever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischov%2Fmeeseeks_html5ever/lists"}