SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.2.3.1 Vendor : Fedora Project
Release : 1.fc29 Date : 2018-07-29 19:17:22
Group : Unspecified Source RPM : ghc-hashtables-1.2.3.1-1.fc29.src.rpm
Size : 0.42 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/releases/29/Everything/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-hashtables
ghc-hashtables(x86-32)
libHShashtables-1.2.3.1-DVFbuMkrDur7piXVkN4b0w-ghc8.2.2.so

Requires :
libHSarray-0.5.2.0-ghc8.2.2.so
libHSbase-4.10.1.0-ghc8.2.2.so
libHSbinary-0.8.5.1-ghc8.2.2.so
libHSbytestring-0.10.8.2-ghc8.2.2.so
libHScontainers-0.5.10.2-ghc8.2.2.so
libHSdeepseq-1.4.3.0-ghc8.2.2.so
libHSghc-prim-0.5.1.1-ghc8.2.2.so
libHShashable-1.2.7.0-Idw6xX7wNurD1pqWILqENR-ghc8.2.2.so
libHSinteger-gmp-1.0.1.0-ghc8.2.2.so
libHSprimitive-0.6.4.0-kK2x3tDWKdAgEjt22m9eJ-ghc8.2.2.so
libHStext-1.2.3.0-GmbS1eycnDHLhZQQeWF5x-ghc8.2.2.so
libHStransformers-0.5.2.0-ghc8.2.2.so
libHSvector-0.12.0.1-81HFvG2McTgAiNXCyGXulK-ghc8.2.2.so
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libgmp.so.10
libm.so.6
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/c0
/usr/lib/.build-id/c0/5172e6b8cef82bfc2a0de904f934465062bc0b
/usr/lib/libHShashtables-1.2.3.1-DVFbuMkrDur7piXVkN4b0w-ghc8.2.2.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE

 
ICM