Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/haskell/filepath

haskell

Last synced: about 4 hours ago

Repository metadata:

Haskell FilePath core library


Owner metadata:


Committers metadata

Last synced: 9 days ago

Total Commits: 687
Total Committers: 28
Avg Commits per committer: 24.536
Development Distribution Score (DDS): 0.716

Commits in past year: 37
Committers in past year: 4
Avg Commits per committer in past year: 9.25
Development Distribution Score (DDS) in past year: 0.135

Name Email Commits
Neil Mitchell n****l@g****m 195
Julian Ospald h****l@p****e 144
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 rf@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: about 4 hours ago


Package metadata

hackage: 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 almost 7 years ago)
  • Last Synced: 2024-11-09T00:43:57.492Z (1 day ago)
  • Versions: 31
  • Dependent Packages: 637
  • Dependent Repositories: 8,009
  • Downloads: 66,035 Total
  • Docker Downloads: 89
  • 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