io-storage-0.3: A key-value store in the IO monad.

The io-storage package

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.

Properties

Version0.3
Dependenciesbase (4.*), containers
LicenseBSD3
Copyright(c) 2009 Will Donnelly
AuthorWill Donnelly
MaintainerWill Donnelly <will.donnelly@gmail.com>
Stabilityalpha
CategoryDatabase, Data, System
Home pagehttp://github.com/willdonnelly/io-storage
Bug trackerhttp://github.com/willdonnelly/io-storage/issues
Source repositorygit clone git://github.com/willdonnelly/io-storage.git
Upload dateThu Aug 6 00:13:20 UTC 2009
Uploaded byWillDonnelly
Built onghc-6.10, ghc-6.12, ghc-7.0, ghc-7.4
DistributionsNixOS: 0.3, Debian: 0.3

Modules

Downloads