summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-attoparsec/debian/control')
-rw-r--r--p/haskell-attoparsec/debian/control53
1 files changed, 53 insertions, 0 deletions
diff --git a/p/haskell-attoparsec/debian/control b/p/haskell-attoparsec/debian/control
new file mode 100644
index 000000000..2fec4307e
--- /dev/null
+++ b/p/haskell-attoparsec/debian/control
@@ -0,0 +1,53 @@
+Source: haskell-attoparsec
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki@debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-deepseq-dev,
+ libghc-deepseq-prof,
+ libghc-deepseq-doc
+Standards-Version: 3.9.1
+Homepage: http://bitbucket.org/bos/attoparsec
+
+Package: libghc-attoparsec-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for bytestrings
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-attoparsec-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for bytestrings; profiling library
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-attoparsec-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Fast combinator parsing for bytestrings; documentation
+ A fast parser combinator library, aimed particularly at dealing
+ efficiently with network protocols and complicated text/binary
+ file formats.
+ .
+ This package contains the library documentation.