Metadata for ghc-hashtables-1.2.3.1-1.el8.ppc64le.rpm

0 directories 0 files
Go up

INFO

Name: ghc-hashtables
Version: 1.2.3.1-1.el8
Arch: ppc64le
Summary: Mutable hash tables in the ST monad
License: BSD
Vendor: Fedora Project
Build Host: buildvm-ppc64le-07.iad2.fedoraproject.org
Build Date: Wed Sep  7 16:01:14 2022
Size: 827577
URL: https://hackage.haskell.org/package/hashtables
Description: This package provides a couple of different implementations of mutable
hash tables in the ST monad, as well as a typeclass abstracting their
common operations, and a set of wrappers to use the hash tables in the
IO monad.

This package currently contains three hash table implementations:

1. Data.HashTable.ST.Basic contains a basic open-addressing hash table
using linear probing as the collision strategy.

2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing"
which has worst-case O(1) lookups and can reach a high "load factor".

3. Data.HashTable.ST.Linear contains a linear hash table, which trades
some insert and lookup performance for higher space efficiency and
much shorter delays when expanding the table.

FILES

/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/39dec3851a3bcad50bccdb4035ecc80c2fc867
/usr/lib64/libHShashtables-1.2.3.1-DVFbuMkrDur7piXVkN4b0w-ghc8.2.2.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE

REQUIRES

libHSarray-0.5.2.0-ghc8.2.2.so()(64bit)
libHSbase-4.10.1.0-ghc8.2.2.so()(64bit)
libHSbinary-0.8.5.1-ghc8.2.2.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.2.2.so()(64bit)
libHScontainers-0.5.10.2-ghc8.2.2.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.2.2.so()(64bit)
libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit)
libHShashable-1.2.7.0-Idw6xX7wNurD1pqWILqENR-ghc8.2.2.so()(64bit)
libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit)
libHSprimitive-0.6.4.0-kK2x3tDWKdAgEjt22m9eJ-ghc8.2.2.so()(64bit)
libHStext-1.2.3.0-GmbS1eycnDHLhZQQeWF5x-ghc8.2.2.so()(64bit)
libHStransformers-0.5.2.0-ghc8.2.2.so()(64bit)
libHSvector-0.12.0.1-81HFvG2McTgAiNXCyGXulK-ghc8.2.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1
rtld(GNU_HASH)

PROVIDES

ghc-hashtables 1.2.3.1-1.el8
ghc-hashtables(ppc-64) 1.2.3.1-1.el8
libHShashtables-1.2.3.1-DVFbuMkrDur7piXVkN4b0w-ghc8.2.2.so()(64bit)

CONFIG FILES

/usr/lib/.build-id a
/usr/lib/.build-id/2a a
/usr/lib/.build-id/2a/39dec3851a3bcad50bccdb4035ecc80c2fc867 a
/usr/lib64/libHShashtables-1.2.3.1-DVFbuMkrDur7piXVkN4b0w-ghc8.2.2.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE l

LICENSE FILES

BSD