Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 08:07:12 UTC Now

2023-10-24 08:19:49 UTC MAIN commitmail json YAML

sysutils/hs-filepath-bytestring: import hs-filepath-bytestring-1.4.2.1.13

This package provides functionality for manipulating RawFilePath values. It
can be used as a drop in replacement for the filepath library to get the
benefits of using ByteStrings. It provides three modules:

* System.FilePath.Posix.ByteString manipulates POSIX/Linux style
  RawFilePath values (with / as the path separator).

* System.FilePath.Windows.ByteString manipulates Windows style RawFilePath
  values (with either \ or / as the path separator, and deals with drives).

* System.FilePath.ByteString is an alias for the module appropriate to your
  platform.

All three modules provide the same API, and the same documentation (calling
out differences in the different variants).

(pho)