Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-io-storage,
Key-value store in the IO monad
Branch: CURRENT,
Version: 0.3,
Package name: hs-io-storage-0.3,
Maintainer: phoThis library allows an application to extend the 'global state' hidden
inside the IO monad with semi-arbitrary data. Data is required to be
Typeable. The library provides an essentially unbounded number of
key-value stores indexed by strings, with each key within the stores
also being a string.
Required to run:[
wip/ghc]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: b78532c1cc1cb3cf8064047615786f65c39f5758
RMD160: 84b3547be233148fca55531d742b0641da31c495
Filesize: 2.918 KB
Version history: (Expand)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
CVS history: (Expand)
2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2011-07-08 11:58:32 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-io-storage-0.3 as wip/hs-io-storage.
This library allows an application to extend the 'global state' hidden
inside the IO monad with semi-arbitrary data. Data is required to be
Typeable. The library provides an essentially unbounded number of
key-value stores indexed by strings, with each key within the stores
also being a string.
|