{"id":16726884,"url":"https://github.com/lpil/xmb","last_synced_at":"2026-01-01T23:56:27.760Z","repository":{"id":248398688,"uuid":"828599442","full_name":"lpil/xmb","owner":"lpil","description":"A tiny XML builder for Gleam","archived":false,"fork":false,"pushed_at":"2024-12-07T22:19:26.000Z","size":22,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T12:54:46.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Gleam","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/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":"2024-07-14T16:22:36.000Z","updated_at":"2024-12-07T22:18:34.000Z","dependencies_parsed_at":"2024-11-21T12:41:19.045Z","dependency_job_id":null,"html_url":"https://github.com/lpil/xmb","commit_stats":null,"previous_names":["lpil/xmb"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fxmb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fxmb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fxmb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fxmb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/xmb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753990,"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-10-12T22:54:59.521Z","updated_at":"2026-01-01T23:56:27.734Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["Formats"],"readme":"# Extensible Markup Builder\n\n[![Package Version](https://img.shields.io/hexpm/v/xmb)](https://hex.pm/packages/xmb)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/xmb/)\n\nA tiny XML builder for Gleam.\n\n```gleam\nimport xmb.{text, x}\nimport gleam/io\nimport gleam/string_builder\n\npub fn main() {\n  x(\"greeting\", [], [text(\"Hello, Joe!\")])\n  |\u003e xmb.render\n  |\u003e string_builder.to_string\n  |\u003e io.println\n}\n```\n```xml\n\u003c?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?\u003e\u003cgreeting\u003eHello, Joe!\u003c/greeting\u003e\n```\n\nThis package doesn't do much. If you'd like more features, check out these\nalternatives:\n\n- [xmleam](https://hex.pm/packages/xmleam)\n\n\n## Installation\n\n```sh\ngleam add xmb\n```\n\nThe documentation can be found at \u003chttps://hexdocs.pm/xmb\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fxmb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fxmb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fxmb/lists"}