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
|
Source: hoauth
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 5.0.0),
cdbs,
haskell-devscripts (>= 0.6.15),
haddock,
hscolour,
ghc6 (>= 6.12),
cpphs,
libghc6-bytestring-dev,
libghc6-binary-dev,
libghc6-sha-dev,
libghc6-dataenc-dev,
libghc6-time-dev,
libghc6-random-dev,
libghc6-curl-dev,
libghc6-mtl-dev
Standards-Version: 3.8.4
Section: haskell
Homepage: http://hackage.haskell.org/package/hoauth
Vcs-Git: git://git.debian.org/git/pkg-haskell/hoauth.git
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hoauth.git;a=summary
Package: libghc6-hoauth-dev
Section: haskell
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Suggests: libghc6-hoauth-doc
Description: Haskell implementation of OAuth 1.0a
This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
signatures as defined in the specification 1.0.
Package: libghc6-hoauth-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for Haskell OAuth library
hoauth implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
signatures as defined in the specification 1.0.
.
This package provides the API documentation for hoauth.
|