https://github.com/basvandijk/case-insensitive
comparison haskell
Last synced: about 1 month ago
Repository metadata:
Case insensitive string comparison
- Host: GitHub
- URL: https://github.com/basvandijk/case-insensitive
- Owner: basvandijk
- License: other
- Created: 2011-04-17T14:03:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T16:01:32.000Z (7 months ago)
- Last Synced: 2024-10-29T21:59:42.888Z (about 2 months ago)
- Topics: comparison, haskell
- Language: Haskell
- Homepage:
- Size: 103 KB
- Stars: 25
- Watchers: 6
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG
- License: LICENSE
Owner metadata:
- Name: Bas van Dijk
- Login: basvandijk
- Email:
- Kind: user
- Description: I've 15 years of experience as a Haskell developer in various roles.
- Website: http://haskellers.com/user/basvandijk
- Location: Zürich, Switzerland
- Twitter:
- Company: DFINITY
- Icon url: https://avatars.githubusercontent.com/u/576355?u=146c497454faa6a20e8146f867bfdae2e6028829&v=4
- Repositories: 186
- Last Synced at: 2023-04-10T06:01:38.437Z
- Profile URL: https://github.com/basvandijk
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- hackage: 245,599 total
- Total docker downloads: 89
- Total dependent packages: 136
- Total dependent repositories: 1,667
- Total versions: 31
- Total maintainers: 2
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
- 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