{"id":32161167,"url":"https://github.com/haskell-text/text-ascii","last_synced_at":"2025-10-21T13:51:33.968Z","repository":{"id":46208237,"uuid":"334012007","full_name":"haskell-text/text-ascii","owner":"haskell-text","description":"Handle ASCII text with style and safety","archived":false,"fork":false,"pushed_at":"2025-03-23T08:35:54.000Z","size":2519,"stargazers_count":10,"open_issues_count":7,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T21:12:34.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/haskell-text.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-01-29T02:12:23.000Z","updated_at":"2025-03-23T08:35:58.000Z","dependencies_parsed_at":"2025-03-23T09:24:05.730Z","dependency_job_id":"4a5217e4-2343-41d2-84b1-032c4d4c3260","html_url":"https://github.com/haskell-text/text-ascii","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haskell-text/text-ascii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-ascii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-ascii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-ascii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-ascii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell-text","download_url":"https://codeload.github.com/haskell-text/text-ascii/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell-text%2Ftext-ascii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280272338,"owners_count":26302260,"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-21T02:00:06.614Z","response_time":58,"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-10-21T13:51:28.638Z","updated_at":"2025-10-21T13:51:33.962Z","avatar_url":"https://github.com/haskell-text.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `text-ascii` [![Hackage](https://img.shields.io/hackage/v/text-ascii?style=flat-square)][hackage]\n\n## What is this thing?\n\nA library for handling ASCII text.\n\n## What are the goals of this project?\n\n### Totality by default\n\nPartial functions (and type classes which provide them) will not be included:\neverything is total. When we include anything unsafe, it will be explicitly\nfirewalled into its own module, behind a newtype.\n\n### No boolean blindness\n\n[Boolean blindness](http://dev.stephendiehl.com/hask/#boolean-blindness) is not\na good thing, for all the reasons listed in the link. Whenever possible, we'll\ntry and give more useful information than a `Bool`.\n\n### Compatibility with the [`text`](http://hackage.haskell.org/package/text) API\n\nWe want match the API of the `text` package exactly. If you know how to use `text`, \nyou'll know how to use this package too. Exceptions are made for places where\n`text` is either partial or boolean-blind.\n\n### Discoverability, documentation and user-friendliness\n\nIn addition to documenting everything with Haddocks, we have over 250 doctests,\nwhich provide _executable_ examples of how the API can be used, and how it will\nbehave. We aim to clarify _every_ corner case left by the documentation of\n`text`, and care strongly about making the API easy to follow, learn and\nunderstand.\n\n### Correctness\n\nWe currently use doctests, but plan to add support for more testing. No such\nthing as too much!\n\n### Low dependencies\n\nAs far as possible, we aim to depend on [GHC boot packages](https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history) only. When we\nintroduce more dependencies, we do it only when we have to. This way, we ensure\nthis package builds quickly and doesn't 'lag' more than necessary due to GHC\nversion changes.\n\n## What's with all the cat stuff?\n\n[I am a Haskell catboy.](https://twitter.com/KozRoss)\n\n## What does this run on?\n\nWe support the latest three releases of GHC. Currently, these are:\n\n* 9.4\n* 9.6\n* 9.8\n\nWe check on the following platforms:\n\n* Windows\n* Linux\n* MacOS\n\n## What can I do with this?\n\nThe project is licensed Apache 2.0 (SPDX code\n[`Apache-2.0`](https://spdx.org/licenses/Apache-2.0.html)). For more details,\nplease see the `LICENSE.md` file.\n\n[hackage]: https://hackage.haskell.org/package/text-ascii\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-text%2Ftext-ascii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskell-text%2Ftext-ascii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell-text%2Ftext-ascii/lists"}