packages feed

AttoJson-0.5.3: AttoJson.cabal

Name:                AttoJson
Version:             0.5.3
Synopsis:            Simple lightweight JSON parser, generator & manipulator based on ByteString

Description: Simple Lightweight JSON parser & generator based on ByteString.

Homepage:            http://github.com/konn/AttoJSON
License:             BSD3
License-file:        LICENSE
Author:              Hiromi ISHII
Maintainer:          mr_konn _at_ jcom.home.ne.jp
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.6

source-repository head
  type: git
  location: http://github.com/konn/AttoJSON/tree/master

Library
  Exposed-modules:     Text.JSON.AttoJSON
  Build-depends: containers >=0.1, base >= 4 && < 5, bytestring-show >= 0.1, utf8-string >= 0.1, attoparsec >= 0.8, bytestring >= 0.9, mtl >= 1.0, syb >= 0.1
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: