Source: haskell-bitset Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-quickcheck2-prof Build-Depends-Indep: ghc-doc, haddock, libghc-quickcheck2-doc Standards-Version: 3.8.1 Package: libghc-bitset-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: A functional data structure for efficient membership testing. A /bit set/ maintains a record of members from a type that can be mapped into (non-negative) @Int@s. Supports insertion, deletion, size, and membership testing, and is completely pure (functional). . Author: Denis Bueno Upstream-Maintainer: Denis Bueno . This package contains the normal library files. Package: libghc-bitset-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-bitset-dev Description: A functional data structure for efficient membership testing. A /bit set/ maintains a record of members from a type that can be mapped into (non-negative) @Int@s. Supports insertion, deletion, size, and membership testing, and is completely pure (functional). . Author: Denis Bueno Upstream-Maintainer: Denis Bueno . This package contains the libraries compiled with profiling enabled. Package: libghc-bitset-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: A functional data structure for efficient membership testing. A /bit set/ maintains a record of members from a type that can be mapped into (non-negative) @Int@s. Supports insertion, deletion, size, and membership testing, and is completely pure (functional). . Author: Denis Bueno Upstream-Maintainer: Denis Bueno . This package contains the documentation files.