{"id":40316812,"url":"https://github.com/haskell-text/text-display","last_synced_at":"2026-01-20T07:02:58.498Z","repository":{"id":42063539,"uuid":"419154340","full_name":"haskell-text/text-display","owner":"haskell-text","description":"A Typeclass for user-facing output","archived":false,"fork":false,"pushed_at":"2025-12-15T23:14:16.000Z","size":184,"stargazers_count":57,"open_issues_count":3,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-14T19:39:13.994Z","etag":null,"topics":["display","haskell","text"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell-text.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-20T02:06:25.000Z","updated_at":"2025-12-15T23:14:14.000Z","dependencies_parsed_at":"2023-10-02T09:07:25.004Z","dependency_job_id":"702831a5-f217-4ee5-ae3b-cce78f6f1798","html_url":"https://github.com/haskell-text/text-display","commit_stats":{"total_commits":71,"total_committers":15,"mean_commits":4.733333333333333,"dds":0.6338028169014085,"last_synced_commit":"7d1e18818ce3059271c40e275888d6e2dc83f3ce"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/haskell-text/text-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell-text","download_url":"https://codeload.github.com/haskell-text/text-display/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["display","haskell","text"],"created_at":"2026-01-20T07:02:51.320Z","updated_at":"2026-01-20T07:02:58.494Z","avatar_url":"https://github.com/haskell-text.png","language":"Haskell","funding_links":["https://ko-fi.com/Q5Q327ZHW'"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/haskell-text/text-display/main/images/logo.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/haskell-text/text-display/actions\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/haskell-text/text-display/ci.yml?style=flat-square\" alt=\"CI badge\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://haskell.org\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Made%20in-Haskell-%235e5086?logo=haskell\u0026style=flat-square\" alt=\"made with Haskell\"/\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://hackage.haskell.org/package/text-display\"\u003e\n  \u003cimg src=\"https://img.shields.io/hackage/v/text-display?style=flat-square\" alt=\"Hackage\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href='https://ko-fi.com/Q5Q327ZHW' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e *A Typeclass for user-facing output*\n\n\nThe `text-display` library offers the `Display` typeclass for developers to print a textual representation of datatypes that does not\nhave to abide by the rules of the [Show typeclass][Show].\n\n## Documentation\n\n* [Tutorial for new users][tutorial]\n* [API Reference][reference]\n* [Design of the library][design]\n* [Comparison with other libraries][comparison]\n\n[Show]: https://hackage.haskell.org/package/base/docs/Text-Show.html#v:Show\n[tutorial]: https://hackage.haskell.org/package/text-display/docs/doc/book/Tutorial.html\n[design]: https://hackage.haskell.org/package/text-display/docs/doc/book/Design.html\n[reference]: https://hackage.haskell.org/package/text-display/docs/Data-Text-Display.html\n[comparison]: https://hackage.haskell.org/package/text-display/docs/doc/book/Comparison.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-text%2Ftext-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskell-text%2Ftext-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-text%2Ftext-display/lists"}