Source: haskell-boomerang Maintainer: Debian Haskell Group Uploaders: Clint Adams Priority: extra Section: haskell Build-Depends: cdbs, debhelper (>= 9), ghc (>= 8), ghc-prof, haskell-devscripts (>= 0.13), libghc-mtl-dev (<< 2.3), libghc-mtl-dev (>= 2.0), libghc-mtl-prof, libghc-text-dev (<< 1.3), libghc-text-dev (>= 0.11), libghc-text-prof, Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-text-doc Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/boomerang Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-boomerang Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-boomerang-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: invertible parsing and printing Specify a single unified grammar which can be used for parsing and pretty-printing. . Boomerang is a DSL for creating parsers and pretty-printers using a single specification. Instead of writing a parser, and then writing a separate pretty-printer, both are created at once. This saves time, and ensures that the parser and pretty-printer are inverses and stay in-sync with each other. . Boomerang is a generalized derivative of the Zwaluw library created by Sjoerd Visscher and Martijn van Steenbergen. . This package contains the normal library files. Package: libghc-boomerang-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: invertible parsing and printing; profiling libraries Specify a single unified grammar which can be used for parsing and pretty-printing. . Boomerang is a DSL for creating parsers and pretty-printers using a single specification. Instead of writing a parser, and then writing a separate pretty-printer, both are created at once. This saves time, and ensures that the parser and pretty-printer are inverses and stay in-sync with each other. . Boomerang is a generalized derivative of the Zwaluw library created by Sjoerd Visscher and Martijn van Steenbergen. . This package contains the libraries compiled with profiling enabled. Package: libghc-boomerang-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: invertible parsing and printing; documentation Specify a single unified grammar which can be used for parsing and pretty-printing. . Boomerang is a DSL for creating parsers and pretty-printers using a single specification. Instead of writing a parser, and then writing a separate pretty-printer, both are created at once. This saves time, and ensures that the parser and pretty-printer are inverses and stay in-sync with each other. . Boomerang is a generalized derivative of the Zwaluw library created by Sjoerd Visscher and Martijn van Steenbergen. . This package contains the documentation files.