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 (3m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 12:02:33 UTC Now

2024-04-29 03:27:02 UTC MAIN commitmail json YAML

devel/hs-os-string: import hs-os-string-2.0.2.1

An implementation of platform specific short OsString, which is:

* on windows wide char bytes ([Word16])
* on unix char bytes ([Word8])

It captures the notion of syscall specific encoding (or the lack thereof)
to avoid roundtrip issues and memory fragmentation by using unpinned byte
arrays. Bytes are not touched or interpreted.

(pho)