https://github.com/basvandijk/case-insensitive

comparison haskell

Last synced: about 1 month ago

Repository metadata:

Case insensitive string comparison


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 92
Total Committers: 15
Avg Commits per committer: 6.133
Development Distribution Score (DDS): 0.196

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Bas van Dijk v****s@g****m 74
Ryan Scott r****t@g****m 3
Oleg Grenrus o****s@i****i 2
Dan Burton d****l@g****m 2
Adam Bergmark a****m@b****l 1
Ben Gamari b****i@g****m 1
Doug Burke d****w@g****m 1
Frederic Vergez f****d@i****m 1
Herbert Valerio Riedel h****r@g****g 1
Herbert Valerio Riedel h****r@r****m 1
Johan Tibell j****l@g****m 1
Kazu Yamamoto k****u@i****p 1
Luite Stegeman s****n@g****m 1
RyanGlScott r****t@k****u 1
Simon Hengel s****l@t****t 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

hackage: case-insensitive

The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to cases.

  • Homepage: https://github.com/basvandijk/case-insensitive
  • Licenses: BSD-3-Clause
  • Latest release: 1.2.1.0 (published over 5 years ago)
  • Last Synced: 2024-11-11T02:42:44.143Z (about 1 month ago)
  • Versions: 31
  • Dependent Packages: 136
  • Dependent Repositories: 1,667
  • Downloads: 245,599 Total
  • Docker Downloads: 89
  • Rankings:
    • Dependent packages count: 0.254%
    • Dependent repos count: 0.3%
    • Downloads: 0.396%
    • Docker downloads count: 1.288%
    • Average: 4.394%
    • Forks count: 8.607%
    • Stargazers count: 15.519%
  • Maintainers (2)

Dependencies

case-insensitive.cabal hackage
  • base >=3 && <5 benchmark
  • bytestring >=0.9 benchmark
  • case-insensitive * benchmark
  • criterion >=0.6.1 benchmark
  • deepseq >=1.1 benchmark
  • base >=3 && <5
  • bytestring >=0.9
  • deepseq >=1.1
  • hashable >=1.0
  • semigroups >=0.18
  • text >=0.3
  • HUnit >=1.2.2 test
  • base >=3 && <5 test
  • bytestring >=0.9 test
  • case-insensitive * test
  • test-framework >=0.2.4 test
  • test-framework-hunit >=0.2.4 test
  • text >=0.3 test