1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: haskell-github
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joey Hess <joeyh@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-aeson-dev (>= 0.6.1.0)
, libghc-aeson-prof
, libghc-attoparsec-dev (>= 0.10.3.0)
, libghc-attoparsec-prof
, libghc-case-insensitive-dev (>= 0.4.0.4)
, libghc-case-insensitive-prof,
, libghc-text-dev
, libghc-text-prof
, libghc-http-dev
, libghc-http-prof
, libghc-network-dev
, libghc-network-prof
, libghc-http-conduit-dev (>= 1.8)
, libghc-http-conduit-prof
, libghc-failure-dev
, libghc-failure-prof
, libghc-http-types-dev
, libghc-http-types-prof
, libghc-vector-dev
, libghc-vector-prof
, libghc-unordered-containers-dev (>= 0.2)
, libghc-unordered-containers-dev (<< 0.3)
, libghc-unordered-containers-prof
Build-Depends-Indep: ghc-doc
, libghc-aeson-doc
, libghc-attoparsec-doc
, libghc-case-insensitive-doc
, libghc-text-doc
, libghc-http-doc
, libghc-network-doc
, libghc-http-conduit-doc
, libghc-failure-doc
, libghc-http-types-doc
, libghc-vector-doc
, libghc-unordered-containers-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/github
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-github
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-github
Package: libghc-github-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell Github API${haskell:ShortBlurb}
The Github API provides programmatic access to the full Github Web site,
from Issues to Gists to repos down to the underlying git data like
references and trees. This library wraps all of that, exposing a basic
but Haskell-friendly set of functions and data structures.
.
${haskell:Blurb}
Package: libghc-github-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell Github API${haskell:ShortBlurb}
The Github API provides programmatic access to the full Github Web site,
from Issues to Gists to repos down to the underlying git data like
references and trees. This library wraps all of that, exposing a basic
but Haskell-friendly set of functions and data structures.
.
${haskell:Blurb}
Package: libghc-github-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell Github API${haskell:ShortBlurb}
The Github API provides programmatic access to the full Github Web site,
from Issues to Gists to repos down to the underlying git data like
references and trees. This library wraps all of that, exposing a basic
but Haskell-friendly set of functions and data structures.
.
${haskell:Blurb}
|