{"id":27939698,"url":"https://github.com/lpil/splitter","last_synced_at":"2026-01-22T05:33:12.427Z","repository":{"id":285393536,"uuid":"958009647","full_name":"lpil/splitter","owner":"lpil","description":"Efficiently slice prefixes from strings. Good for parsers!","archived":false,"fork":false,"pushed_at":"2025-11-10T14:03:09.000Z","size":14,"stargazers_count":18,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-10T16:06:46.709Z","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-31T13:50:53.000Z","updated_at":"2025-11-10T14:03:13.000Z","dependencies_parsed_at":"2025-11-10T16:03:38.250Z","dependency_job_id":null,"html_url":"https://github.com/lpil/splitter","commit_stats":null,"previous_names":["lpil/splitter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lpil/splitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsplitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsplitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsplitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsplitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/splitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fsplitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28656281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":"2025-05-07T09:58:07.994Z","updated_at":"2026-01-22T05:33:12.422Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# splitter\n\nEfficiently slice prefixes from strings. Good for parsers!\n\n[![Package Version](https://img.shields.io/hexpm/v/splitter)](https://hex.pm/packages/splitter)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/splitter/)\n\n```sh\ngleam add splitter@1\n```\n```gleam\nimport splitter\n\npub fn main() -\u003e Nil {\n  let line_ends = splitter.new([\"\\n\", \"\\r\\n\"])\n\n  splitter.split(line_ends, \"1. Bread\\n2. Milk\\n3. Eggs\\n\")\n  // -\u003e #(\"1. Bread\", \"\\n\", \"2. Milk\\n3. Eggs\\n\")\n\n  splitter.split(line_ends, \"No end of line here!\")\n  // -\u003e #(\"No end of line here!\", \"\", \"\")\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/splitter\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fsplitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fsplitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fsplitter/lists"}