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
- Host: GitHub
- URL: https://github.com/haskell/filepath
- Owner: haskell
- License: bsd-3-clause
- Created: 2014-05-02T08:19:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T15:32:12.000Z (4 months ago)
- Last Synced: 2024-10-29T20:37:41.290Z (11 days ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 1020 KB
- Stars: 66
- Watchers: 16
- Forks: 32
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Owner metadata:
- Name: Haskell
- Login: haskell
- Email:
- Kind: organization
- Description:
- Website: http://www.haskell.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/450574?v=4
- Repositories: 91
- Last Synced at: 2024-04-16T00:27:22.397Z
- Profile URL: https://github.com/haskell
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- hackage: 66,035 total
- Total docker downloads: 89
- Total dependent packages: 637
- Total dependent repositories: 8,009
- Total versions: 31
- Total maintainers: 6
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
- actions/checkout v2 composite
- actions/checkout v1 composite
- uraimo/run-on-arch-action v2.1.1 composite