pkgsrc/devel/hs-vault/Makefile
szptvlfn 23ad20daa8 Import vault-0.3.0.3 as devel/hs-vault,
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.
2014-07-28 21:01:08 +00:00

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"