json-state-0.1.0.1: json-state.cabal
name: json-state
version: 0.1.0.1
synopsis: Keep program state in JSON files.
description:
If your program manages simple state data not shared with other programs,
this package provide a lightweight alternative to full ACID databases. It
allows you to load state from JSON files and update those files
asynchronously and periodically. Version control (using Git) is supported.
homepage: http://rel4tion.org/projects/json-state/
bug-reports: http://rel4tion.org/projects/json-state/tickets/
license: PublicDomain
license-file: COPYING
author: fr33domlover
maintainer: fr33domlover@riseup.net
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
category: Data, Database
build-type: Simple
extra-source-files: AUTHORS ChangeLog COPYING INSTALL NEWS README.md
cabal-version: >=1.10
source-repository head
type: darcs
location: http://hub.darcs.net/fr33domlover/json-state
library
exposed-modules: Data.JsonState
other-modules: Control.Debounce
-- other-extensions:
build-depends: aeson
, aeson-pretty >=0.7
, base >=4.7 && <5
, bytestring
, libgit >=0.3.1
, time-units >=1
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall