./devel/hs-byteslice, Slicing managed and unmanaged memory

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.14.0, Package name: hs-byteslice-0.2.14.0, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 35.28 KB

Version history: (Expand)


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.