foreign-var: Encapsulating mutatable state in external libraries

[ bsd3, deprecated, ffi, library, mutable-state ] [ Propose Tags ]
Deprecated in favor of StateVar

Encapsulating mutatable state in external libraries


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0, 0.0.0.1, 0.1
Change log CHANGELOG.markdown
Dependencies base (>=4.5 && <5), stm (>=2.0 && <2.5), transformers (>=0.2 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2014-2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2015-04-09T15:26:20Z
Category FFI, Mutable State
Home page http://github.com/ekmett/foreign-var/
Bug tracker http://github.com/ekmett/foreign-var/issues
Source repo head: git clone git://github.com/ekmett/foreign-var.git
Uploaded by EdwardKmett at 2015-03-08T09:31:16Z
Distributions
Reverse Dependencies 3 direct, 8476 indirect [details]
Downloads 3527 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-08 [all 1 reports]

Readme for foreign-var-0.1

[back to package description]

foreign-var

Build Status

This package provides an API for working with bits of state, usually foreign, which require mutation to change.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett