SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.1.2.1 Vendor : Fedora Project
Release : 4.fc24 Date : 2016-02-04 00:56:01
Group : Unspecified Source RPM : ghc-hashtables-1.1.2.1-4.fc24.src.rpm
Size : 0.32 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/24/Everything/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.1.2.1-4.fc24.i686.rpm
     Search for other platforms
ghc-hashtables-1.1.2.1-4.fc24.sparc.rpm
ghc-hashtables-1.1.2.1-4.fc24.alpha.rpm
ghc-hashtables-1.1.2.1-4.fc24.ppc.rpm
ghc-hashtables-1.1.2.1-4.fc24.ia64.rpm
ghc-hashtables-1.1.2.1-4.fc24.s390.rpm

Provides :
ghc(hashtables-1.1.2.1-5ec93b86d12ab045269cc87895a93a4b)
ghc-hashtables
ghc-hashtables(x86-32)
libHShashtables-1.1.2.1-ghc7.8.4.so

Requires :
ghc(base-4.7.0.2-6d16fd65767daf67b7606bd63b471328)
ghc(ghc-prim-0.3.1.0-f0b77db25e6a07f3e2798ad2aa2db4f0)
ghc(hashable-1.2.2.0-9ca925f178637512c92ee65050ac6eb0)
ghc(primitive-0.5.2.1-a4f5914768bd6bb150b0e316bd37b85c)
ghc(vector-0.10.9.1-cfaab128f91c1aef687748d6d1b59473)
libHSarray-0.5.0.0-ghc7.8.4.so
libHSbase-4.7.0.2-ghc7.8.4.so
libHSbytestring-0.10.4.0-ghc7.8.4.so
libHSdeepseq-1.3.0.2-ghc7.8.4.so
libHSghc-prim-0.3.1.0-ghc7.8.4.so
libHShashable-1.2.2.0-ghc7.8.4.so
libHSinteger-gmp-0.5.1.0-ghc7.8.4.so
libHSprimitive-0.5.2.1-ghc7.8.4.so
libHStext-1.1.1.3-ghc7.8.4.so
libHSvector-0.10.9.1-ghc7.8.4.so
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libgmp.so.10
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/ghc-7.8.4/hashtables-1.1.2.1
/usr/lib/ghc-7.8.4/hashtables-1.1.2.1/libHShashtables-1.1.2.1-ghc7.8.4.so
/usr/share/doc/ghc-hashtables
/usr/share/doc/ghc-hashtables/LICENSE

 
ICM