Source: haskell-jsonb Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-attoparsec-prof (>= 0.8), libghc-bytestring-nums-prof (>= 0.3.1), libghc-bytestring-trie-prof (>= 0.1.4), libghc-utf8-string-prof (>= 0.3) Build-Depends-Indep: ghc-doc, haddock, libghc-attoparsec-doc (>= 0.8), libghc-bytestring-nums-doc (>= 0.3.1), libghc-bytestring-trie-doc (>= 0.1.4), libghc-utf8-string-doc (>= 0.3) Standards-Version: 3.8.1 Homepage: http://github.com/solidsnack/JSONb/ Package: libghc-jsonb-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: JSON parser that uses byte strings. This parser consumes lazy ByteStrings to produce JSON in a simple, efficient format backed with strict ByteStrings, Rationals and ByteString tries. See the schema generation tools and the command line JSON schema generator (in the examples subdir) for an example of how to use the parsing tools. . Author: Jason Dusek Upstream-Maintainer: jsonb@solidsnack.be . This package contains the normal library files. Package: libghc-jsonb-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-jsonb-dev Description: JSON parser that uses byte strings. This parser consumes lazy ByteStrings to produce JSON in a simple, efficient format backed with strict ByteStrings, Rationals and ByteString tries. See the schema generation tools and the command line JSON schema generator (in the examples subdir) for an example of how to use the parsing tools. . Author: Jason Dusek Upstream-Maintainer: jsonb@solidsnack.be . This package contains the libraries compiled with profiling enabled. Package: libghc-jsonb-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: JSON parser that uses byte strings. This parser consumes lazy ByteStrings to produce JSON in a simple, efficient format backed with strict ByteStrings, Rationals and ByteString tries. See the schema generation tools and the command line JSON schema generator (in the examples subdir) for an example of how to use the parsing tools. . Author: Jason Dusek Upstream-Maintainer: jsonb@solidsnack.be . This package contains the documentation files. Package: json-schema Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the JSONb-1.0.2 library.