packages feed

hjpath-2.0: hjpath.cabal

Name: hjpath
Version: 2.0
Synopsis: XPath-like syntax for querying JSON
Category: Text
Description: JPath is XPath-inspired query language to query JSON data.
License: BSD3
License-file: COPYING
Author: Voker57
Maintainer: voker57@gmail.com
Homepage: http://bitcheese.net/wiki/code/hjpath
Build-type: Simple
Cabal-version: >= 1.6

Source-repository head
    Type: git
    Location: git://git.bitcheese.net/hjpath

library
 Exposed-Modules: Text.JSON.JPath
 Build-Depends: base >= 4 && < 5, hjson, parsec >= 2.1, containers