Ecosyste.ms: Summary

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

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

Score: 18.303270622504833

Last synced: 2 days ago
JSON representation

Repository metadata:

This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 360
Total Committers: 31
Avg Commits per committer: 11.613
Development Distribution Score (DDS): 0.453

Commits in past year: 16
Committers in past year: 4
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.5

Name Email Commits
Bryan O'Sullivan b****s@s****m 197
Vladimir Shabanov d****v@v****m 45
Andreas Abel a****l@i****e 34
Torsten Kemps-Benedix t****x@c****t 20
Ben Hamilton b****g@f****m 17
Zac Slade k****k@g****m 7
Yitzchak Gale y****g@s****m 5
na4zagin3 m****t@g****m 5
Bryan O'Sullivan b****o@f****m 3
askeblad 7****d 2
Emily Pillmore e****i@c****y 2
Eric Lindblad a****d@o****m 2
Robin Green g****d@g****g 2
[email protected] u****n 2
Ömer Sinan Ağacan o****n@g****m 1
convert-repo n****e@n****e 1
dependabot[bot] 4****] 1
Torsten Kemps-Benedix t****8@i****m 1
Tom Smalley t****y@g****m 1
Sebastian Graf s****7@g****m 1
Ondrej Palkovsky p****j@g****m 1
Moritz Angermann m****n@g****m 1
Luka Horvat d****6@g****m 1
Jyotirmoy Bhattacharya j****y@j****t 1
Herbert Valerio Riedel h****r@g****g 1
Bryan O'Sullivan b****s@l****m 1
Benjamin Hamilton b****x@i****l 1
Artyom y****m@a****e 1
Andrew Lorente a****e@j****m 1
Alexander Kjeldaas a****s@g****m 1
and 1 more...

Issue and Pull Request metadata

Last synced: 4 days ago

Total issues: 49
Total pull requests: 53
Average time to close issues: about 2 years
Average time to close pull requests: 8 months
Total issue authors: 33
Total pull request authors: 29
Average comments per issue: 2.31
Average comments per pull request: 1.43
Merged pull request: 40
Bot issues: 0
Bot pull requests: 3

Past year issues: 7
Past year pull requests: 8
Past year average time to close issues: 6 days
Past year average time to close pull requests: 4 days
Past year issue authors: 4
Past year pull request authors: 3
Past year average comments per issue: 2.14
Past year average comments per pull request: 1.63
Past year merged pull request: 7
Past year bot issues: 0
Past year bot pull requests: 2

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

Top Issue Authors

  • andreasabel (15)
  • snoyberg (2)
  • nomeata (2)
  • L-TChen (1)
  • maerten (1)
  • MaxDaten (1)
  • neongreen (1)
  • niteria (1)
  • njbart (1)
  • ocharles (1)
  • robinp (1)
  • singpolyma (1)
  • suvash (1)
  • thomasvnoort (1)
  • verement (1)

Top Pull Request Authors

  • andreasabel (18)
  • dependabot[bot] (3)
  • ghost (3)
  • emilypi (2)
  • vshabanov (2)
  • tkx68 (2)
  • WorldSEnder (1)
  • osa1 (1)
  • bhamiltoncx (1)
  • hvr (1)
  • clinty (1)
  • ondrap (1)
  • ygale (1)
  • alexanderkjeldaas (1)
  • angerman (1)

Top Issue Labels

  • Linking problem (1)

Top Pull Request Labels

  • dependencies (3)
  • continuous integration (2)

Package metadata

hackage.haskell.org: text-icu

Haskell bindings to the International Components for Unicode (ICU) libraries. These libraries provide robust and full-featured Unicode services on a wide variety of platforms. Features include: Both pure and impure bindings, to allow for fine control over efficiency and ease of use. Breaking of strings on character, word, sentence, and line boundaries. Access to the Unicode Character Database (UCD) of character metadata. String collation functions, for locales where the conventions for lexicographic ordering differ from the simple numeric ordering of character codes. Character set conversion functions, allowing conversion between Unicode and over 220 character encodings. Unicode normalization. (When implementations keep strings in a normalized form, they can be assured that equivalent strings have a unique binary representation.) Regular expression search and replace. Security checks for visually confusable (spoofable) strings. Bidirectional Unicode algorithm Calendar objects holding dates and times. Number and calendar formatting.

  • Homepage: https://github.com/haskell/text-icu
  • Licenses: BSD-3-Clause
  • Latest release: 0.8.0 (published over 2 years ago)
  • Last Synced: 2024-05-06T10:35:17.831Z (4 days ago)
  • Versions: 27
  • Dependent Packages: 11
  • Dependent Repositories: 201
  • Downloads: 45,315 Total
  • Rankings:
    • Dependent packages count: 2.04%
    • Dependent repos count: 2.102%
    • Downloads: 2.984%
    • Average: 5.027%
    • Forks count: 6.171%
    • Stargazers count: 11.84%
  • Maintainers (4)

Dependencies

.github/workflows/cabal-mac-win.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • haskell/actions/setup v2 composite
.github/workflows/haskell-ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
text-icu.cabal hackage
  • base >=4.8 && <5
  • bytestring *
  • deepseq >=1.4.2.0
  • text >=0.9.1.0 && <1.3 || ==2.0.*
  • time >=1.5 && <1.13
  • HUnit >=1.2 test
  • QuickCheck >=2.4 test
  • array * test
  • base * test
  • bytestring * test
  • deepseq * test
  • directory * test
  • ghc-prim * test
  • random * test
  • semigroups * test
  • test-framework >=0.4 test
  • test-framework-hunit >=0.2 test
  • test-framework-quickcheck2 >=0.2 test
  • text * test
  • text-icu * test