Source: haskell-lrucache Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Priority: extra Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, ghc, ghc-prof, libghc-contravariant-dev (>= 0.5), libghc-contravariant-dev (<< 2), libghc-contravariant-prof, Build-Depends-Indep: ghc-doc, libghc-contravariant-doc, Standards-Version: 3.9.6 Homepage: http://github.com/chowells79/lrucache Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lrucache Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lrucache Package: libghc-lrucache-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: simple, pure least-recent-used cache${haskell:ShortBlurb} This package contains a simple, pure LRU cache, implemented in terms of "Data.Map". . It also contains a mutable IO wrapper providing atomic updates to an LRU cache. . ${haskell:Blurb} Package: libghc-lrucache-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: simple, pure least-recent-used cache${haskell:ShortBlurb} This package contains a simple, pure LRU cache, implemented in terms of "Data.Map". . It also contains a mutable IO wrapper providing atomic updates to an LRU cache. . ${haskell:Blurb} Package: libghc-lrucache-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${haskell:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Description: simple, pure least-recent-used cache${haskell:ShortBlurb} This package contains a simple, pure LRU cache, implemented in terms of "Data.Map". . It also contains a mutable IO wrapper providing atomic updates to an LRU cache. . ${haskell:Blurb}