summaryrefslogtreecommitdiff
path: root/p/haskell-attoparsec/debian/control
diff options
context:
space:
mode:
authortakaki <takaki@asis.media-as.org>2011-05-11 04:08:34 +0400
committertakaki <takaki@asis.media-as.org>2011-05-11 04:08:34 +0400
commit661692343c65806b6ad5773c012aab72c4bd0a22 (patch)
tree150f45f18a6485e8abe7b165b3604bba23027271 /p/haskell-attoparsec/debian/control
parent40a8ea67325d316b19370c553684aabc86dff9fd (diff)
downloadDHG_packages-661692343c65806b6ad5773c012aab72c4bd0a22.tar.gz
haskell-attoparsec: Initial Check-In
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.