Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

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

haskell string string-manipulation text unicode utf8

Score: 24.294476666433773

Last synced: 2 days 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: 6 days ago

Total Commits: 1,832
Total Committers: 123
Avg Commits per committer: 14.894
Development Distribution Score (DDS): 0.353

Commits in past year: 70
Committers in past year: 14
Avg Commits per committer in past year: 5.0
Development Distribution Score (DDS) in past year: 0.7

Name Email Commits
Bryan O'Sullivan b****s@s****m 1186
Bodigrim a****o@g****m 207
Herbert Valerio Riedel h****r@g****g 51
Jasper Van der Jeugt j****j@g****m 36
Li-yao Xia l****a@g****m 32
Ben Gamari b****n@s****g 31
Johan Tibell j****l@g****m 24
Bryan Richter b****@c****t 13
Joachim Breitner m****l@j****e 13
Duncan Coutts d****n@h****g 12
Nicolas Pouillard n****d@g****m 11
Brian Shu l****u@g****m 10
Oleg Grenrus o****s@i****i 8
Ryan Scott r****t@g****m 8
Dmitry Ivanov e****w@g****m 7
Zubin Duggal z****l@g****m 6
John Millikin j****n@g****m 6
Edward Kmett e****t@g****m 6
dependabot[bot] 4****] 6
Ben Gamari b****s@g****m 5
Kubo Kovac k****o@k****k 5
Andrew Martin a****s@g****m 4
Kubo Kovac k****o@f****m 4
RyanGlScott r****t@k****u 4
Simon Meier i****e@g****m 4
Teo Camarasu t****u@g****m 4
askeblad 7****d 4
al_skipp a****p@f****m 3
William Rusnack w****k@g****m 3
Sylvain Henry s****n@h****r 3
and 93 more...

Issue and Pull Request metadata

Last synced: 4 days ago

Total issues: 255
Total pull requests: 336
Average time to close issues: 10 months
Average time to close pull requests: about 2 months
Total issue authors: 159
Total pull request authors: 125
Average comments per issue: 3.52
Average comments per pull request: 2.74
Merged pull request: 271
Bot issues: 0
Bot pull requests: 8

Past year issues: 25
Past year pull requests: 49
Past year average time to close issues: 22 days
Past year average time to close pull requests: 12 days
Past year issue authors: 14
Past year pull request authors: 16
Past year average comments per issue: 4.0
Past year average comments per pull request: 2.65
Past year merged pull request: 38
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 (8)
  • bgamari (7)
  • tibbe (7)
  • andrewthad (7)
  • phadej (6)
  • hvr (6)
  • sjakobi (6)
  • oberblastmeister (5)
  • snoyberg (5)
  • BebeSparkelSparkel (4)
  • ghost (4)
  • mpickering (4)
  • neko-kai (4)
  • Lysxia (3)
  • NorfairKing (3)

Top Pull Request Authors

  • Bodigrim (76)
  • Lysxia (24)
  • bgamari (23)
  • kuk0 (9)
  • RyanGlScott (9)
  • dependabot[bot] (8)
  • BebeSparkelSparkel (8)
  • phadej (7)
  • tibbe (7)
  • hvr (7)
  • jaspervdj (6)
  • ethercrow (6)
  • andrewthad (6)
  • TeofilC (4)
  • ghost (4)

Top Issue Labels

  • feature request (41)
  • 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 (8)
  • dependencies (8)
  • internal (7)
  • fix:bug (2)
  • question (1)
  • repo (1)
  • documentation (1)
  • Breaking change (PVP major) (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.1 (published 3 months ago)
  • Last Synced: 2024-05-06T11:04:56.720Z (4 days ago)
  • Versions: 79
  • Dependent Packages: 1,374
  • Dependent Repositories: 16,168
  • Downloads: 616,432 Total
  • Docker Downloads: 16
  • 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)

Dependencies

.github/workflows/centos.yml actions
  • actions/checkout v2 composite
.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-xenial.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 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