{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:hackage/filepath","name":"filepath","description":"This package provides functionality for manipulating FilePath values, and is shipped with GHC. It provides two variants for filepaths:\n\nlegacy filepaths: type FilePath = String\n\noperating system abstracted filepaths (OsPath): internally unpinned ShortByteString (platform-dependent encoding)\n\nIt is recommended to use OsPath when possible, because it is more correct.\n\nFor each variant there are three main modules:\n\nSystem.FilePath.Posix / System.OsPath.Posix manipulates POSIX/Linux style FilePath values (with / as the path separator).\n\nSystem.FilePath.Windows / System.OsPath.Windows manipulates Windows style FilePath values (with either \\ or / as the path separator, and deals with drives).\n\nSystem.FilePath / System.OsPath for dealing with current platform-specific filepaths\n\nFor more powerful string manipulation of OsPath, you can use the os-string package (OsPath is a type synonym for OsString).\n\nAn introduction into the new API can be found in this\nblog post.\nCode examples for the new API can be found here.","version":"1.4.2","softwareVersion":"1.4.2","license":"https://spdx.org/licenses/BSD-3-Clause","codeRepository":"https://github.com/haskell/filepath","issueTracker":"https://github.com/haskell/filepath/issues","url":"https://github.com/haskell/filepath/blob/master/README.md","keywords":["bsd3","library","system","Propose Tags"],"programmingLanguage":{"@type":"ComputerLanguage","name":"Haskell"},"maintainer":[{"@type":"Person","name":"HerbertValerioRiedel"},{"@type":"Person","name":"DuncanCoutts"},{"@type":"Person","name":"IanLynagh"},{"@type":"Person","name":"NeilMitchell"},{"@type":"Person","name":"AustinSeipp"},{"@type":"Person","name":"maerwald"}],"author":[{"@type":"Person","name":"HerbertValerioRiedel"},{"@type":"Person","name":"DuncanCoutts"},{"@type":"Person","name":"IanLynagh"},{"@type":"Person","name":"NeilMitchell"},{"@type":"Person","name":"AustinSeipp"},{"@type":"Person","name":"maerwald"}],"copyrightHolder":[{"@type":"Person","name":"HerbertValerioRiedel"},{"@type":"Person","name":"DuncanCoutts"},{"@type":"Person","name":"IanLynagh"},{"@type":"Person","name":"NeilMitchell"},{"@type":"Person","name":"AustinSeipp"},{"@type":"Person","name":"maerwald"}],"dateCreated":"2007-05-03","dateModified":"2018-01-22","datePublished":"2018-01-22","copyrightYear":2007,"downloadUrl":"https://hackage.haskell.org/package/filepath-1.4.2/filepath-1.4.2.tar.gz","applicationCategory":"hackage","runtimePlatform":"hackage","developmentStatus":"active","sameAs":["https://hackage.haskell.org/package/filepath"],"https://www.w3.org/ns/activitystreams#likes":66,"https://forgefed.org/ns#forks":32}