Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-memory
From: Masatake Daimon
Date: 2020-01-16 02:00:24
Message id: 20200116010024.70E3DFBF4@cvs.NetBSD.org
Log Message:
Import memory-0.15.0
Chunk of memory, polymorphic byte array management and manipulation
* A polymorphic byte array abstraction and function similar to strict
ByteString.
* Different type of byte array abstraction.
* Raw memory IO operations (memory set, memory copy, ..)
* Aliasing with endianness support.
* Encoding : Base16, Base32, Base64.
* Hashing : FNV, SipHash
Files: