Path to this page:
./
devel/hs-byteslice,
Slicing managed and unmanaged memory
Branch: CURRENT,
Version: 0.2.14.0,
Package name: hs-byteslice-0.2.14.0,
Maintainer: pkgsrc-usersThis library provides types that allow the user to talk about a slice of a
ByteArray or a MutableByteArray. It also offers UnmanagedBytes, which is
kind of like a slice into unmanaged memory. However, it is just an address
and a length.
Master sites:
Filesize: 35.28 KB
Version history: (Expand)
- (2025-03-07) Package added to pkgsrc.se, version hs-byteslice-0.2.14.0 (created)
CVS history: (Expand)
2025-03-07 17:34:02 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-byteslice: import hs-byteslice-0.2.14.0
This library provides types that allow the user to talk about a slice of a
ByteArray or a MutableByteArray. It also offers UnmanagedBytes, which is
kind of like a slice into unmanaged memory. However, it is just an address
and a length.
|