SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.2.1.0 Vendor : Fedora Project
Release : 3.fc26 Date : 2017-02-24 18:01:14
Group : Unspecified Source RPM : ghc-hashtables-1.2.1.0-3.fc26.src.rpm
Size : 0.41 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/26/Everything/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-hashtables
ghc-hashtables(x86-32)
libHShashtables-1.2.1.0-9Vocn4LvKqpC2yY7OoCQ3m-ghc8.0.2.so

Requires :
libHSarray-0.5.1.1-ghc8.0.2.so
libHSbase-4.9.1.0-ghc8.0.2.so
libHSbinary-0.8.3.0-ghc8.0.2.so
libHSbytestring-0.10.8.1-ghc8.0.2.so
libHScontainers-0.5.7.1-ghc8.0.2.so
libHSdeepseq-1.4.2.0-ghc8.0.2.so
libHSghc-prim-0.5.0.0-ghc8.0.2.so
libHShashable-1.2.5.0-3jyU6ITgVDsZjJvM61wsx-ghc8.0.2.so
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so
libHSprimitive-0.6.1.0-6AbSTw9JXz141LE5p6LGH-ghc8.0.2.so
libHStext-1.2.2.1-FwvWBfkNJh1I1NMMegz0uY-ghc8.0.2.so
libHStransformers-0.5.2.0-ghc8.0.2.so
libHSvector-0.11.0.0-LMwQhhnXj8U3T5Bm1JFxG-ghc8.0.2.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-8.0.2/hashtables-1.2.1.0-9Vocn4LvKqpC2yY7OoCQ3m
/usr/lib/ghc-8.0.2/hashtables-1.2.1.0-9Vocn4LvKqpC2yY7OoCQ3m/libHShashtables-1.2.1.0-9Vocn4LvKqpC2yY7OoCQ3m-ghc8.0.2.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE

 
ICM