{"id":20007415,"url":"https://github.com/mystpi/dedent","last_synced_at":"2026-02-13T22:47:50.226Z","repository":{"id":234760469,"uuid":"789485068","full_name":"MystPi/dedent","owner":"MystPi","description":"🔧 Remove shared indentation from a string","archived":false,"fork":false,"pushed_at":"2024-04-20T17:26:57.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T22:51:43.724Z","etag":null,"topics":["dedent","gleam","indentation","string","utility"],"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/MystPi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-04-20T17:22:42.000Z","updated_at":"2025-08-17T19:35:06.000Z","dependencies_parsed_at":"2024-05-13T05:15:23.264Z","dependency_job_id":"b8e9490f-3860-4dbc-9b5d-5c0eea7003e2","html_url":"https://github.com/MystPi/dedent","commit_stats":null,"previous_names":["mystpi/dedent"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MystPi/dedent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fdedent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fdedent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fdedent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fdedent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MystPi","download_url":"https://codeload.github.com/MystPi/dedent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fdedent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526242,"owners_count":26001325,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["dedent","gleam","indentation","string","utility"],"created_at":"2024-11-13T06:16:31.132Z","updated_at":"2025-10-05T21:40:31.141Z","avatar_url":"https://github.com/MystPi.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dedent\n\nRemove shared indentation from a string.\n\n[![Package Version](https://img.shields.io/hexpm/v/dedent)](https://hex.pm/packages/dedent)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/dedent/)\n\n```sh\ngleam add dedent\n```\n\n```gleam\nimport gleam/io\nimport dedent.{dedent}\n\npub fn main() {\n  \"\n  I am at level one\n\n    * level two\n    - level two\n      - level three\n\n  \u003e That's it!\n  \"\n  |\u003e dedent\n  |\u003e io.println\n}\n```\n\nResult:\n\n```gleam\n\"I am at level one\n\n  * level two\n  - level two\n    - level three\n\n\u003e That's it!\"\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/dedent\u003e.\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystpi%2Fdedent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmystpi%2Fdedent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystpi%2Fdedent/lists"}