packages feed

yajl-0.3.2: yajl.cabal

name: yajl
version: 0.3.2
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >= 1.6
category: Foreign, Codec
stability: experimental
homepage: https://john-millikin.com/software/haskell-yajl/
bug-reports: mailto:jmillikin@gmail.com

synopsis: Bindings for YAJL, an event-based JSON implementation
description:

source-repository head
  type: git
  location: https://john-millikin.com/code/haskell-yajl/

source-repository this
  type: git
  location: https://john-millikin.com/code/haskell-yajl/
  tag: haskell-yajl_0.3.2

library
  ghc-options: -Wall -O2
  hs-source-dirs: lib

  build-depends:
      base >= 4.0 && < 5.0
    , bytestring >= 0.9
    , text >= 0.7

  build-tools:
    c2hs >= 0.15

  exposed-modules:
    Text.JSON.YAJL

  extra-libraries: yajl