SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hashtables
Version : 1.3.1 Vendor : Fedora Project
Release : 9.fc41 Date : 2024-08-06 02:41:39
Group : Unspecified Source RPM : ghc-hashtables-1.3.1-9.fc41.src.rpm
Size : 0.40 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: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/41/Everything/x86_64/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-hashtables-1.3.1-9.fc41.x86_64.rpm
ftp.icm.edu.pl  ghc-hashtables-1.3.1-9.fc41.x86_64.rpm
     

Provides :
ghc-hashtables
ghc-hashtables(x86-64)
libHShashtables-1.3.1-NKxkWBizXBD6lggB7bbdl-ghc9.6.6.so()(64bit)

Requires :
libHSarray-0.5.6.0-ghc9.6.6.so()(64bit)
libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
libHSbinary-0.8.9.1-ghc9.6.6.so()(64bit)
libHSbytestring-0.11.5.3-ghc9.6.6.so()(64bit)
libHScontainers-0.6.7-ghc9.6.6.so()(64bit)
libHSdeepseq-1.4.8.1-ghc9.6.6.so()(64bit)
libHSexceptions-0.10.7-ghc9.6.6.so()(64bit)
libHSfilepath-1.4.300.1-ghc9.6.6.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
libHSghc-boot-th-9.6.6-ghc9.6.6.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
libHShashable-1.4.4.0-G2ZOstJIf88CQkCQLrODQe-ghc9.6.6.so()(64bit)
libHSmtl-2.3.1-ghc9.6.6.so()(64bit)
libHSos-string-2.0.6-IlBa2UQjH7mL18YjMu1jzE-ghc9.6.6.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
libHSprimitive-0.8.0.0-G7z1XrhwN0bFkYsIqIr1QU-ghc9.6.6.so()(64bit)
libHSstm-2.5.1.0-ghc9.6.6.so()(64bit)
libHStemplate-haskell-2.20.0.0-ghc9.6.6.so()(64bit)
libHStext-2.0.2-ghc9.6.6.so()(64bit)
libHStransformers-0.6.1.0-ghc9.6.6.so()(64bit)
libHSvector-0.13.1.0-Jdel1KiNlSEIXGg2MpN3IL-ghc9.6.6.so()(64bit)
libHSvector-stream-0.1.0.1-B3eeou3yuYd7g2aD4u5s22-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(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/19
/usr/lib/.build-id/19/baea1191b523eab5e1ce9630f1d7592343878e
/usr/lib64/ghc-9.6.6/lib/libHShashtables-1.3.1-NKxkWBizXBD6lggB7bbdl-ghc9.6.6.so
/usr/share/licenses/ghc-hashtables
/usr/share/licenses/ghc-hashtables/LICENSE

 
ICM