dd89969890
Immutable one-dimensional packed bit arrays. The main advantage should be compactness in memory.
11 lines
261 B
Makefile
11 lines
261 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/17 18:39:29 pho Exp $
|
|
|
|
DISTNAME= bitarray-0.0.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Mutable and immutable bit arrays
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|