SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-hashtables rpm build for : Fedora 35. For other distributions click ghc-hashtables.

Name : ghc-hashtables
Version : 1.2.4.1 Vendor : Fedora Project
Release : 1.fc35 Date : 2021-08-06 17:21:17
Group : Unspecified Source RPM : ghc-hashtables-1.2.4.1-1.fc35.src.rpm
Size : 0.43 MB
Packager : Fedora Project
Summary : Mutable hash tables in the ST monad
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.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/35/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.2.4.1-1.fc35.x86_64.rpm
     

Provides :
ghc-hashtables
ghc-hashtables(x86-64)
libHShashtables-1.2.4.1-5AHcSR8wMg4D6Du2pRhHXM-ghc8.10.5.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.5.so()(64bit)
libHSbase-4.14.2.0-ghc8.10.5.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.5.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.5.so()(64bit)
libHScontainers-0.6.4.1-ghc8.10.5.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.5.so()(64bit)
libHSghc-boot-th-8.10.5-ghc8.10.5.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.5.so()(64bit)
libHShashable-1.3.0.0-AC24voAet8VD7h7fDAkjdM-ghc8.10.5.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.5.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.5.so()(64bit)
libHSprimitive-0.7.1.0-H44eQ1j8hQJ3Kj2SFx0Ivh-ghc8.10.5.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.5.so()(64bit)
libHStext-1.2.4.1-ghc8.10.5.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.5.so()(64bit)
libHSvector-0.12.3.0-K9OZS5OCy7cE2QKQqSO9mp-ghc8.10.5.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(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(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/51cbdb21151eaf37657baba638a6980c6740d7
/usr/lib64/libHShashtables-1.2.4.1-5AHcSR8wMg4D6Du2pRhHXM-ghc8.10.5.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE

 
ICM