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
|
Source: haskell-hspread
Section: libdevel
Priority: extra
Maintainer: Kari Pahula <kaol@debian.org>
Build-Depends: cdbs, debhelper (>= 6), ghc6, ghc6-prof, haskell-devscripts (>= 0.6.11), libghc6-network-dev, libghc6-binary-dev, libghc6-network-prof, libghc6-binary-prof
Build-Depends-Indep: haddock, libghc6-network-doc, libghc6-binary-doc
Standards-Version: 3.7.3
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hspread-0.3
Package: libghc6-hspread-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: spread, libghc6-hspread-doc, libghc6-hspread-prof
Description: Haskell client library for the Spread toolkit
This package provides a haskell library that supports the most recent
version of the Spread protocol. Its aim is to make easier to
implement correct distribuited applications by taking advantage of
the guarantees granted by Spread: such as reliable and total ordered
messages. It's intended to be used with a serialization library like
binary, and a separate installation of the spread daemon.
Package: libghc6-hspread-doc
Section: doc
Architecture: all
Suggests: libghc6-hspread-dev
Description: Documentation for Haskell Spread client library
Haddock documentation for HSpread Haskell library.
Package: libghc6-hspread-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Profiling support for Haskell Spread client library
Profiling support for HSpread Haskell library.
|