Ecosyste.ms: Summary

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

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

haskell

Score: 19.132688775142697

Last synced: 1 day ago
JSON representation

Repository metadata:

Haskell FilePath core library


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 1 month ago

Total Commits: 682
Total Committers: 28
Avg Commits per committer: 24.357
Development Distribution Score (DDS): 0.714

Commits in past year: 40
Committers in past year: 5
Avg Commits per committer in past year: 8.0
Development Distribution Score (DDS) in past year: 0.275

Name Email Commits
Neil Mitchell n****l@g****m 195
Julian Ospald h****l@p****e 139
Neil Mitchell h****/ 115
Neil Mitchell u****n 78
Thomas Miedema t****a@g****m 39
Ian Lynagh i****o@e****i 37
Herbert Valerio Riedel h****r@g****g 21
Bodigrim a****o@g****m 17
Ben Gamari b****n@s****g 8
Simon Marlow m****d@g****m 7
Ian Lynagh i****n@w****m 3
Jonatan H Sundqvist j****t@g****m 3
David Terei d****i@g****m 2
Duncan Coutts d****n@h****g 2
Paolo Capriotti p****i@g****m 2
Ross Paterson r****s@s****k 2
Artem Pelenitsyn a****n@g****m 1
Conrad Parker c****d@m****g 1
Jens Petersen j****n@g****m 1
John Ericson J****n@O****s 1
Lawrence Bell l****l@g****m 1
Oleg Grenrus o****s@i****i 1
Phil Ruffwind r****f@r****m 1
Ryan Scott r****t@g****m 1
Sergei Trofimovich s****x@c****g 1
Simon Hafner h****n@g****m 1
Vladislav Zavialov v****6@g****m 1
kraai k****i@f****g 1

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 148
Total pull requests: 80
Average time to close issues: 2 months
Average time to close pull requests: 28 days
Total issue authors: 31
Total pull request authors: 21
Average comments per issue: 2.61
Average comments per pull request: 2.31
Merged pull request: 59
Bot issues: 0
Bot pull requests: 0

Past year issues: 15
Past year pull requests: 22
Past year average time to close issues: 11 days
Past year average time to close pull requests: 13 days
Past year issue authors: 11
Past year pull request authors: 6
Past year average comments per issue: 5.07
Past year average comments per pull request: 1.55
Past year merged pull request: 16
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

  • hasufell (75)
  • ndmitchell (25)
  • thomie (6)
  • amigalemming (3)
  • andreasabel (3)
  • Rufflewind (3)
  • sol (3)
  • bgamari (3)
  • SwiftsNamesake (2)
  • Bodigrim (2)
  • yaitskov (2)
  • zilinc (2)
  • ulysses4ever (1)
  • TomMD (1)
  • wereHamster (1)

Top Pull Request Authors

  • hasufell (31)
  • thomie (15)
  • Bodigrim (8)
  • bgamari (7)
  • phadej (2)
  • Rufflewind (2)
  • ulysses4ever (1)
  • SwiftsNamesake (1)
  • RyanGlScott (1)
  • int-index (1)
  • fendor (1)
  • treeowl (1)
  • alexanderkjeldaas (1)
  • lawbel (1)
  • hansroland (1)

Top Issue Labels

  • enhancement (15)
  • documentation (9)
  • discussion (7)
  • ghc-8.2 (6)
  • bug (4)
  • gitlab merge request (3)
  • CI (3)
  • has attachment (1)

Top Pull Request Labels

  • bug (3)
  • enhancement (3)
  • AFPP (2)
  • CI (1)

Package metadata

hackage.haskell.org: filepath

This package provides functionality for manipulating FilePath values, and is shipped with GHC. It provides two variants for filepaths: legacy filepaths: type FilePath = String operating system abstracted filepaths (OsPath): internally unpinned ShortByteString (platform-dependent encoding) It is recommended to use OsPath when possible, because it is more correct. For each variant there are three main modules: System.FilePath.Posix / System.OsPath.Posix manipulates POSIX/Linux style FilePath values (with / as the path separator). System.FilePath.Windows / System.OsPath.Windows manipulates Windows style FilePath values (with either \ or / as the path separator, and deals with drives). System.FilePath / System.OsPath for dealing with current platform-specific filepaths For more powerful string manipulation of OsPath, you can use the os-string package (OsPath is a type synonym for OsString). An introduction into the new API can be found in this blog post. Code examples for the new API can be found here.

  • Homepage: https://github.com/haskell/filepath/blob/master/README.md
  • Licenses: BSD-3-Clause
  • Latest release: 1.4.2 (published over 6 years ago)
  • Last Synced: 2024-04-21T17:41:26.724Z (3 days ago)
  • Versions: 29
  • Dependent Packages: 509
  • Dependent Repositories: 8,009
  • Downloads: 61,448 Total
  • Docker Downloads: 16
  • Rankings:
    • Dependent repos count: 0.051%
    • Dependent packages count: 0.051%
    • Docker downloads count: 1.288%
    • Downloads: 2.198%
    • Average: 3.42%
    • Forks count: 6.697%
    • Stargazers count: 10.235%
  • Maintainers (6)

Dependencies

.github/workflows/test.yaml actions
  • actions/checkout v2 composite
  • actions/checkout v1 composite
  • uraimo/run-on-arch-action v2.1.1 composite