23ad20daa8
packaged for wip. A vault is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a locker type, representing a store for a single element.
13 lines
388 B
Makefile
13 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/07/28 21:01:08 szptvlfn Exp $
|
|
|
|
DISTNAME= vault-0.3.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Persistent store for values of arbitrary types
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../devel/hs-unordered-containers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|