SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.2.3.1 Vendor : Fedora Project
Release : 3.fc30 Date : 2019-02-28 01:12:14
Group : Unspecified Source RPM : ghc-hashtables-1.2.3.1-3.fc30.src.rpm
Size : 0.61 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-secondary/updates/testing/30/Everything/i386/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.2.3.1-3.fc30.i686.rpm
ftp.icm.edu.pl  ghc-hashtables-1.2.3.1-3.fc30.i686.rpm
     Search for other platforms
ghc-hashtables-1.2.3.1-3.fc30.sparc.rpm
ghc-hashtables-1.2.3.1-3.fc30.alpha.rpm
ghc-hashtables-1.2.3.1-3.fc30.ppc.rpm
ghc-hashtables-1.2.3.1-3.fc30.ia64.rpm
ghc-hashtables-1.2.3.1-3.fc30.s390.rpm

Provides :
ghc-hashtables
ghc-hashtables(x86-32)
libHShashtables-1.2.3.1-Gp5z1QhkcpFBnyLVjU0opJ-ghc8.4.4.so

Requires :
libHSbase-4.11.1.0-ghc8.4.4.so
libHSghc-prim-0.5.2.0-ghc8.4.4.so
libHShashable-1.2.7.0-3xR4vjMEYHR2eJ7DAZRhaE-ghc8.4.4.so
libHSinteger-gmp-1.0.2.0-ghc8.4.4.so
libHSprimitive-0.6.4.0-39Pwmm1zkQX6bM7xFUT3Jc-ghc8.4.4.so
libHSvector-0.12.0.2-8brhJTJuqC6Fmf0lm76wyt-ghc8.4.4.so
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
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)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/ebf7571e20d3454da8cccf7b0764fad0f339aa
/usr/lib/libHShashtables-1.2.3.1-Gp5z1QhkcpFBnyLVjU0opJ-ghc8.4.4.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE

 
ICM