Subject: CVS commit: pkgsrc/devel/hs-bitwise
From: Masatake Daimon
Date: 2023-10-31 17:08:30
Message id: 20231031160830.ACF3CFADC@cvs.NetBSD.org

Log Message:
devel/hs-bitwise: import hs-bitwise-1.0.0.1

Unboxed multidimensional bit packed Bool arrays with fast aggregate
operations based on lifting Bool operations to bitwise operations.

There are many other bit packed structures out there, but none met all of
these requirements:

1. unboxed bit packed Bool array,
2. multi-dimensional indexing,
3. fast (de)serialization, or interoperable with foreign code,
4. fast aggregate operations (fold, map, zip).

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-bitwise/DESCR
1.1addpkgsrc/devel/hs-bitwise/Makefile
1.1addpkgsrc/devel/hs-bitwise/PLIST
1.1addpkgsrc/devel/hs-bitwise/buildlink3.mk
1.1addpkgsrc/devel/hs-bitwise/distinfo