{"id":15010882,"url":"https://github.com/haskell/text-icu","last_synced_at":"2025-12-16T22:02:23.966Z","repository":{"id":1135865,"uuid":"1013693","full_name":"haskell/text-icu","owner":"haskell","description":"This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.","archived":false,"fork":false,"pushed_at":"2025-03-27T08:20:50.000Z","size":795,"stargazers_count":48,"open_issues_count":19,"forks_count":42,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-03T11:09:19.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.markdown","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":"2010-10-21T23:29:02.000Z","updated_at":"2025-03-24T22:05:45.000Z","dependencies_parsed_at":"2023-02-12T12:46:00.863Z","dependency_job_id":"f13d8c7a-0681-494b-8287-e44fe39132da","html_url":"https://github.com/haskell/text-icu","commit_stats":{"total_commits":363,"total_committers":31,"mean_commits":"11.709677419354838","dds":0.4573002754820936,"last_synced_commit":"32a90ab4c66980621d56b1a1dc70bd6016e28141"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Ftext-icu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Ftext-icu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Ftext-icu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Ftext-icu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/text-icu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564657,"owners_count":21125408,"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","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-09-24T19:36:56.714Z","updated_at":"2025-12-16T22:02:18.639Z","avatar_url":"https://github.com/haskell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text-ICU: Comprehensive support for string manipulation\n\nThis package provides the Data.Text.ICU library, for performing\ncomplex manipulation of Unicode text.  It provides features such as\nthe following:\n\n* Unicode normalization\n\n* Conversion to and from many common and obscure encodings\n\n* Date and number formatting\n\n* Comparison and collation\n\n## Prerequisites\n\nThis library is implemented as bindings to the well-respected [ICU\nlibrary](https://icu.unicode.org/) (which is not bundled, and must\nbe installed separately).\n\n### macOS\n\n    brew install icu4c\n    brew link icu4c --force\n\nYou might need:\n\n    export PKG_CONFIG_PATH=\"$(brew --prefix)/opt/icu4c/lib/pkgconfig\"\n\n### Debian/Ubuntu\n\n    sudo apt-get update\n    sudo apt-get install libicu-dev\n\n### Fedora/CentOS\n\n    sudo dnf install unzip libicu-devel\n\n### Nix/NixOS\n\n    nix-shell --packages icu\n\n### Windows/MSYS2\n\nUnder MSYS2, `ICU` can be installed via `pacman`.\n\n    pacman --noconfirm -S mingw-w64-x86_64-icu\n\nDepending on the age of the MSYS2 installation, the keyring might need\nto be updated to avoid certification issues, and `pkg-config` might\nneed to be added.  In this case, do this first:\n\n    pacman --noconfirm -Sy msys2-keyring\n    pacman --noconfirm -S mingw-w64-x86_64-pkgconf\n\n### Windows/stack\n\nWith `stack` on Windows, which comes with its _own_ bundled MSYS2, the\nfollowing commands give up-to-date system dependencies for\n`text-icu-0.8.0` (tested 2023-09-30):\n\n    stack exec -- pacman --noconfirm -Sy msys2-keyring\n    stack exec -- pacman --noconfirm -S mingw-w64-x86_64-pkgconf\n    stack exec -- pacman --noconfirm -S mingw-w64-x86_64-icu\n\n\n## Compatibility\n\nUpstream ICU occasionally introduces backwards-incompatible API\nbreaks. This package tries to stay up to date with upstream, and is\ncurrently more or less in sync with ICU 72.\n\nMinimum required version is ICU 62.\n\n\n## Get involved!\n\nPlease report bugs via the\n[github issue tracker](https://github.com/haskell/text-icu/issues).\n\n\n## Authors\n\nThis library was written by Bryan O'Sullivan.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell%2Ftext-icu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskell%2Ftext-icu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskell%2Ftext-icu/lists"}