SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-broadcast-chan rpm build for : openSUSE Tumbleweed. For other distributions click ghc-broadcast-chan.

Name : ghc-broadcast-chan
Version : 0.1.1 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 4.5 Date : 2018-06-30 02:38:30
Group : Development/Libraries/Haskell Source RPM : ghc-broadcast-chan-0.1.1-4.5.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Broadcast channel type that avoids 0 reader space leaks
Description :
A variation of \"Control.Concurrent.Chan\" from base, which allows to the easy
creation of broadcast channels without the space-leaks that may arise from
using \'Control.Concurrent.Chan.dupChan\'. The \'Control.Concurrent.Chan.Chan\'
type from \"Control.Concurrent.Chan\" consists of both a read and write end.
This presents a problem when one wants to have a broadcast channel that, at
times, has zero listeners. To write to a \'Control.Concurrent.Chan.Chan\' there
must always be a read end and this read end will hold ALL messages alive until
read. The simple solution applied in this module is to separate read and write
ends. As a result, any messages written to the write end can be immediately
garbage collected if there are no active read ends, avoding space leaks.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/next/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-broadcast-chan
ghc-broadcast-chan(x86-64)
libHSbroadcast-chan-0.1.1-6CfMUepW8JeAkQJFGmitz4-ghc8.4.3.so()(64bit)

Requires :
libHSbase-4.11.1.0-ghc8.4.3.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.3.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(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(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.4.3/broadcast-chan-0.1.1-6CfMUepW8JeAkQJFGmitz4
/usr/lib64/ghc-8.4.3/broadcast-chan-0.1.1-6CfMUepW8JeAkQJFGmitz4/libHSbroadcast-chan-0.1.1-6CfMUepW8JeAkQJFGmitz4-ghc8.4.3.so
/usr/share/licenses/ghc-broadcast-chan
/usr/share/licenses/ghc-broadcast-chan/LICENSE

 
ICM