{"id":16726928,"url":"https://github.com/lpil/gpxb","last_synced_at":"2026-01-30T03:04:59.232Z","repository":{"id":248505601,"uuid":"828634117","full_name":"lpil/gpxb","owner":"lpil","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-08T14:41:50.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T00:48:05.654Z","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,"zenodo":null}},"created_at":"2024-07-14T18:22:20.000Z","updated_at":"2024-12-08T14:41:54.000Z","dependencies_parsed_at":"2024-07-15T12:03:57.213Z","dependency_job_id":"efb51994-dec3-49e6-9863-d6bfe85d34ec","html_url":"https://github.com/lpil/gpxb","commit_stats":null,"previous_names":["lpil/gpxb"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lpil/gpxb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgpxb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgpxb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgpxb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgpxb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/gpxb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fgpxb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28897661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"online","status_checked_at":"2026-01-30T02:00:06.810Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T22:55:14.099Z","updated_at":"2026-01-30T03:04:59.190Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpxb\n\nA tiny GPX builder for Gleam.\n\n[![Package Version](https://img.shields.io/hexpm/v/gpxb)](https://hex.pm/packages/gpxb)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gpxb/)\n\n```sh\ngleam add gpxb@1\n```\n```gleam\nimport gpxb.{Gpx, Waypoint, Coordinate}\nimport gleam/option.{Some, None}\nimport gleam/string_builder\n\npub fn main() {\n  Gpx(\n    metadata: None,\n    waypoints: [\n      Waypoint(\n        coordinate: Coordinate(latitude: 51.53845, longitude: 0.14236),\n        name: Some(\"Mother Black Cap\"),\n        description: None,\n        time: None,\n      ),\n    ],\n    routes: [],\n    tracks: [],\n  )\n  |\u003e gpxb.render \n  |\u003e string_builder.to_string\n  |\u003e io.println\n}\n```\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cgpx version=\"1.1\" creator=\"gleam-gpxb\" xmlns=\"http://www.topografix.com/GPX/1/1\"\u003e\n  \u003cwpt latitude=\"51.53845\" longitude=\"0.14236\"\u003e\n    \u003cname\u003eMother Black Cap\u003c/name\u003e\n  \u003c/wpt\u003e\n\u003c/gpx\u003e\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/gpxb\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fgpxb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fgpxb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fgpxb/lists"}