An open API service for producing an overview of a list of open source projects.

Haskell: https://github.com/haskell/text

haskell string string-manipulation text unicode utf8

Score: 24.370696870167723

Last synced: 18 minutes ago
JSON representation

Repository metadata:

Haskell library for space- and time-efficient operations over Unicode text.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 1,941
Total Committers: 124
Avg Commits per committer: 15.653
Development Distribution Score (DDS): 0.389

Commits in past year: 43
Committers in past year: 9
Avg Commits per committer in past year: 4.778
Development Distribution Score (DDS) in past year: 0.581

Name Email Commits
Bryan O'Sullivan b****s@s****m 1186
Bodigrim a****o@g****m 245
Li-yao Xia l****a@g****m 69
Herbert Valerio Riedel h****r@g****g 51
Ben Gamari b****n@s****g 37
Jasper Van der Jeugt j****j@g****m 37
Johan Tibell j****l@g****m 24
Joachim Breitner m****l@j****e 13
Bryan Richter b****@c****t 13
Duncan Coutts d****n@h****g 12
Nicolas Pouillard n****d@g****m 11
Brian Shu l****u@g****m 10
William Rusnack w****k@g****m 9
Ryan Scott r****t@g****m 8
Oleg Grenrus o****s@i****i 8
Ignat Insarov k****o@g****m 8
Dmitry Ivanov e****w@g****m 7
Simon Meier i****e@g****m 7
Edward Kmett e****t@g****m 6
John Millikin j****n@g****m 6
Zubin Duggal z****l@g****m 6
dependabot[bot] 4****] 6
Andrew Martin a****s@g****m 6
Kubo Kovac k****o@k****k 5
Teo Camarasu t****u@g****m 5
Cheng Shao t****k@t****e 5
Erik de Castro Lopo e****d@m****m 4
Michael Chavinda m****a@g****m 4
askeblad 7****d 4
meooow25 s****0@g****m 4
and 94 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 287
Total pull requests: 443
Average time to close issues: 10 months
Average time to close pull requests: about 2 months
Total issue authors: 167
Total pull request authors: 130
Average comments per issue: 3.29
Average comments per pull request: 2.53
Merged pull request: 361
Bot issues: 0
Bot pull requests: 8

Past year issues: 12
Past year pull requests: 24
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 8 days
Past year issue authors: 3
Past year pull request authors: 8
Past year average comments per issue: 1.33
Past year average comments per pull request: 0.75
Past year merged pull request: 18
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/haskell/text

Top Issue Authors

  • Bodigrim (26)
  • bgamari (7)
  • tibbe (7)
  • andrewthad (7)
  • meooow25 (6)
  • phadej (6)
  • sjakobi (6)
  • hvr (6)
  • snoyberg (5)
  • oberblastmeister (5)
  • BebeSparkelSparkel (5)
  • mpickering (4)
  • Lysxia (4)
  • ghost (4)
  • neko-kai (4)

Top Pull Request Authors

  • Bodigrim (108)
  • Lysxia (51)
  • bgamari (27)
  • BebeSparkelSparkel (22)
  • kuk0 (9)
  • RyanGlScott (9)
  • dependabot[bot] (8)
  • meooow25 (7)
  • phadej (7)
  • chreekat (7)
  • hvr (7)
  • tibbe (7)
  • TerrorJack (6)
  • TeofilC (6)
  • andrewthad (6)

Top Issue Labels

  • feature request (42)
  • question (22)
  • bug (16)
  • documentation (13)
  • internal (9)
  • performance (5)
  • build failure (3)
  • repo (1)

Top Pull Request Labels

  • API Addition (PVP minor) (15)
  • fix:performance (9)
  • dependencies (8)
  • internal (8)
  • fix:bug (3)
  • Breaking change (PVP major) (2)
  • repo (1)
  • documentation (1)
  • question (1)

Package metadata

hackage.haskell.org: text

An efficient packed, immutable Unicode text type (both strict and lazy). The Text type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. The Text type provides character-encoding, type-safe case conversion via whole-string case conversion functions (see Data.Text). It also provides a range of functions for converting Text values to and from ByteStrings, using several standard encodings (see Data.Text.Encoding). Efficient locale-sensitive support for text IO is also supported (see Data.Text.IO). These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g. To use an extended and very rich family of functions for working with Unicode text (including normalization, regular expressions, non-standard encodings, text breaking, and locales), see the text-icu package based on the well-respected and liberally licensed ICU library.

  • Homepage: https://github.com/haskell/text
  • Licenses: BSD-2-Clause
  • Latest release: 2.1.4 (published 7 months ago)
  • Last Synced: 2026-08-11T19:00:23.449Z (1 day ago)
  • Versions: 82
  • Dependent Packages: 1,704
  • Dependent Repositories: 16,168
  • Downloads: 629,486 Total
  • Docker Downloads: 89
  • Rankings:
    • Downloads: 0.0%
    • Dependent packages count: 0.006%
    • Dependent repos count: 0.017%
    • Average: 1.246%
    • Docker downloads count: 1.288%
    • Forks count: 2.639%
    • Stargazers count: 3.526%
  • Maintainers (6)
gentoo-portage: dev-haskell/text

An efficient packed Unicode text type

  • Homepage: https://github.com/haskell/text
  • Documentation: https://packages.gentoo.org/packages/dev-haskell/text
  • Licenses: BSD-2
  • Latest release: 1.2.5.0-r1 (published 4 months ago)
  • Last Synced: 2026-05-27T01:28:42.189Z (3 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

.github/workflows/developer-flag.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite
.github/workflows/emulated.yml actions
  • actions/checkout v2 composite
  • uraimo/run-on-arch-action v2.1.1 composite
.github/workflows/haskell-ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
.github/workflows/i386.yml actions
  • actions/checkout v1 composite
.github/workflows/simdutf-flag-alpine.yml actions
  • actions/checkout v2 composite
.github/workflows/simdutf-flag-windows.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite
.github/workflows/simdutf-flag.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite
.github/workflows/windows_and_macOS.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite
text.cabal hackage
  • base * benchmark
  • bytestring >=0.10.4 benchmark
  • containers * benchmark
  • deepseq * benchmark
  • directory * benchmark
  • filepath * benchmark
  • tasty-bench >=0.2 benchmark
  • temporary * benchmark
  • text * benchmark
  • transformers * benchmark
  • array >=0.3 && <0.6
  • base >=4.11 && <5
  • base <0
  • binary >=0.8.3 && <0.9
  • bytestring >=0.10.4 && <0.13
  • data-array-byte >=0.1 && <0.2
  • deepseq >=1.1 && <1.6
  • elif *
  • ghc-prim >=0.2 && <0.15
  • if *
  • system-cxx-std-lib ==1.0
  • template-haskell >=2.5 && <2.25
  • QuickCheck >=2.12.6 && <2.18 test
  • and * test
  • base <5 test
  • binary * test
  • bytestring * test
  • data-array-byte >=0.1 && <0.2 test
  • deepseq * test
  • ghc-prim * test
  • if * test
  • splitmix <0.1.3 test
  • tasty * test
  • tasty-hunit * test
  • tasty-inspection-testing * test
  • tasty-quickcheck * test
  • template-haskell * test
  • temporary * test
  • text * test
  • transformers * test
  • which * test
.github/workflows/arm.yml actions
  • actions/checkout v4 composite
  • docker://hasufell/arm32v7-ubuntu-haskell focal composite
  • docker://hasufell/arm64v8-ubuntu-haskell focal composite