Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.4% on hackage.haskell.org
Top 2.2% downloads on hackage.haskell.org
Top 0.1% dependent packages on hackage.haskell.org
Top 0.1% dependent repos on hackage.haskell.org
Top 6.7% forks on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

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.

Registry - Source - Homepage - JSON
purl: pkg:hackage/filepath
Keywords: bsd3, library, system, haskell
License: BSD-3-Clause
Latest release: over 6 years ago
First release: almost 17 years ago
Dependent packages: 509
Dependent repositories: 8,009
Downloads: 61,554 total
Stars: 66 on GitHub
Forks: 32 on GitHub
Docker dependents: 1
Docker downloads: 16
Total Commits: 682
Committers: 28
Average commits per author: 24.357
Development Distribution Score (DDS): 0.714
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 3 minutes ago

    Loading...
    Readme
    Loading...