SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-dbus rpm build for : OpenSuSE. For other distributions click ghc-dbus.

Name : ghc-dbus
Version : 1.2.4 Vendor : openSUSE
Release : bp151.2.2 Date : 2019-07-17 23:42:08
Group : Development/Libraries/Haskell Source RPM : ghc-dbus-1.2.4-bp151.2.2.src.rpm
Size : 2.13 MB
Packager : https://bugs_opensuse_org
Summary : A client library for the D-Bus IPC system
Description :
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and the
user\'s session using remote procedure calls.

D-Bus is a essential part of the modern Linux desktop, where it replaces
earlier protocols such as CORBA and DCOP.

This library is an implementation of the D-Bus protocol in Haskell. It can be
used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.

Example: connect to the session bus, and get a list of active names.

\' {-# LANGUAGE OverloadedStrings #-}

import Data.List (sort) import DBus import DBus.Client

main = do client < - connectSession // -- Request a list of
connected clients from the bus reply < - call_ client (methodCall
\"/org/freedesktop/DBus\" \"org.freedesktop.DBus\" \"ListNames\") {
methodCallDestination = Just \"org.freedesktop.DBus\" } //
-- org.freedesktop.DBus.ListNames() returns a single value, which is
-- a list of names (here represented as [String]) let Just names
= fromVariant (methodReturnBody reply !! 0) // -- Print each name
on a line, sorted so reserved names are below -- temporary names.
mapM_ putStrLn (sort names) \'

>$ ghc --make list-names.hs >$ ./list-names >:1.0 >:1.1 >:1.10 >:1.106 >:1.109
>:1.110 >ca.desrt.dconf >org.freedesktop.DBus >org.freedesktop.Notifications
>org.freedesktop.secrets >org.gnome.ScreenSaver.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP1/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-dbus-1.2.4-bp151.2.2.x86_64.rpm
     

Provides :
ghc-dbus
ghc-dbus(x86-64)
libHSdbus-1.2.4-Iv7KawHXPx06rJGt0FseMA-ghc8.6.4.so()(64bit)

Requires :
libHSStateVar-1.1.1.1-2ewTKofpCGhC2np5dyFIaR-ghc8.6.4.so()(64bit)
libHSadjunctions-4.4-LrvwTV4yw6BIlRwVOYa3Qt-ghc8.6.4.so()(64bit)
libHSarray-0.5.3.0-ghc8.6.4.so()(64bit)
libHSasync-2.2.1-4fWSSJ8SFccIxQJVItkRnX-ghc8.6.4.so()(64bit)
libHSattoparsec-0.13.2.2-Kc8YHTBaLzX3KcfOIV2ovC-ghc8.6.4.so()(64bit)
libHSbase-4.12.0.0-ghc8.6.4.so()(64bit)
libHSbase-orphans-0.8-9c3aMxqS7QbGl4Ot5i8lwK-ghc8.6.4.so()(64bit)
libHSbifunctors-5.5.3-56mlpdUgQ8hB5lbJcOrerR-ghc8.6.4.so()(64bit)
libHSbinary-0.8.6.0-ghc8.6.4.so()(64bit)
libHSblaze-builder-0.4.1.0-KrFxFv3kgua3BTNMsMBadC-ghc8.6.4.so()(64bit)
libHSblaze-html-0.9.1.1-E0enfQtU1ZTDNQ8G8pIpJp-ghc8.6.4.so()(64bit)
libHSblaze-markup-0.8.2.2-IwLwNWRUxfsEuYbkQ0Gv5Q-ghc8.6.4.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.6.4.so()(64bit)
libHScall-stack-0.1.0-J1eWgTNOnM4IGVyeW0v2YZ-ghc8.6.4.so()(64bit)
libHScereal-0.5.8.0-6rtfJLvNbgP66iuaPkuxJC-ghc8.6.4.so()(64bit)
libHScomonad-5.0.4-EPJu7WgT1Wj35LGPbLJOCP-ghc8.6.4.so()(64bit)
libHSconduit-1.3.1-8v0xAeKsW1r16RvrUEYGPJ-ghc8.6.4.so()(64bit)
libHSconduit-extra-1.3.1-HmBDzDxSpuBJbwhBtIwOVM-ghc8.6.4.so()(64bit)
libHScontainers-0.6.0.1-ghc8.6.4.so()(64bit)
libHScontravariant-1.5-F3dGhR4lhnFB6K0va0cOu0-ghc8.6.4.so()(64bit)
libHSdata-default-class-0.1.2.0-FeIQ5tLoVZBHMSgrT9zptQ-ghc8.6.4.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.6.4.so()(64bit)
libHSdirectory-1.3.3.0-ghc8.6.4.so()(64bit)
libHSdistributive-0.6-Hgp95PtyH6PAOlzrLJtMEw-ghc8.6.4.so()(64bit)
libHSexceptions-0.10.0-3Vbctgs8d0fAQwGl2iPRE3-ghc8.6.4.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.6.4.so()(64bit)
libHSfree-5.1-Jt3CZPUdUsY3Nyi47Wx6w6-ghc8.6.4.so()(64bit)
libHSghc-boot-th-8.6.4-ghc8.6.4.so()(64bit)
libHSghc-prim-0.5.3-ghc8.6.4.so()(64bit)
libHShashable-1.2.7.0-CWI8VZuQTAYWIQTQQtqCV-ghc8.6.4.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.6.4.so()(64bit)
libHSinteger-logarithms-1.0.2.2-IT1M1moCo0mIobW8LfdrSC-ghc8.6.4.so()(64bit)
libHSinvariant-0.5.1-GmhcMpJdiUqJI9UYTr5BEN-ghc8.6.4.so()(64bit)
libHSkan-extensions-5.2-7U4rbdEOx1V4xCAbcNq7pX-ghc8.6.4.so()(64bit)
libHSlens-4.17-7eCKdFn8nLR8TuXaGAOOeq-ghc8.6.4.so()(64bit)
libHSmono-traversable-1.0.11.0-4O8xKBNlRdyCmXMOYeFvFl-ghc8.6.4.so()(64bit)
libHSmtl-2.2.2-ghc8.6.4.so()(64bit)
libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.4.so()(64bit)
libHSparallel-3.2.2.0-EGl5SOk48TWHAD161C93aQ-ghc8.6.4.so()(64bit)
libHSparsec-3.1.13.0-ghc8.6.4.so()(64bit)
libHSpretty-1.1.3.6-ghc8.6.4.so()(64bit)
libHSprimitive-0.6.4.0-ILgywxtLpvnAOlEISPpP5b-ghc8.6.4.so()(64bit)
libHSprocess-1.6.5.0-ghc8.6.4.so()(64bit)
libHSprofunctors-5.3-C0T1os5SXoo2Usa3P3jYez-ghc8.6.4.so()(64bit)
libHSrandom-1.1-3ypV4EIycgb35PKjTYYr5q-ghc8.6.4.so()(64bit)
libHSreflection-2.1.4-E9VXTbXoqHZ5rulgGPZOrF-ghc8.6.4.so()(64bit)
libHSresourcet-1.2.2-JxiaiyhKCJcG2i7x1w3KIk-ghc8.6.4.so()(64bit)
libHSscientific-0.3.6.2-2haTAfazCkMHrnOSSHjWsD-ghc8.6.4.so()(64bit)
libHSsemigroupoids-5.3.2-GG5AcqEBBBz7s6tfaFLLSk-ghc8.6.4.so()(64bit)
libHSsemigroups-0.18.5-6T2lH5F6zyQIdwR3JYKMO3-ghc8.6.4.so()(64bit)
libHSsplit-0.2.3.3-6n1iQ0JLFvkeXvJXsAqQc-ghc8.6.4.so()(64bit)
libHSstm-2.5.0.0-ghc8.6.4.so()(64bit)
libHSstreaming-commons-0.2.1.0-4w4DA7xtDlFIgZot14miJe-ghc8.6.4.so()(64bit)
libHStagged-0.8.6-EiJ2F18RuD68LSMkg0Ly4r-ghc8.6.4.so()(64bit)
libHStemplate-haskell-2.14.0.0-ghc8.6.4.so()(64bit)
libHStext-1.2.3.1-ghc8.6.4.so()(64bit)
libHSth-abstraction-0.2.10.0-IupKYUmBxoGBM1HXci6nJH-ghc8.6.4.so()(64bit)
libHSth-lift-0.7.11-C5JSx2Nv9w2HNS8sHVEjQ7-ghc8.6.4.so()(64bit)
libHStime-1.8.0.2-ghc8.6.4.so()(64bit)
libHStransformers-0.5.6.2-ghc8.6.4.so()(64bit)
libHStransformers-base-0.4.5.2-G6XvcmAlMR3CJlub08JojN-ghc8.6.4.so()(64bit)
libHStransformers-compat-0.6.2-IT1pgM4Lod5B9rerVXsOk7-ghc8.6.4.so()(64bit)
libHStyped-process-0.2.4.0-1NMtakPsnl6CTG8fDmjU31-ghc8.6.4.so()(64bit)
libHSunix-2.7.2.2-ghc8.6.4.so()(64bit)
libHSunliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ-ghc8.6.4.so()(64bit)
libHSunordered-containers-0.2.10.0-KQjsr7xKC1WHxfEOZ1c65w-ghc8.6.4.so()(64bit)
libHSvector-0.12.0.2-AoZ9EwUsgIW1yrOc105QXH-ghc8.6.4.so()(64bit)
libHSvector-algorithms-0.8.0.1-1IsWwfvXHi37z3RePwG982-ghc8.6.4.so()(64bit)
libHSvoid-0.7.2-25eAk552UtQA9vusJY0zCu-ghc8.6.4.so()(64bit)
libHSxml-conduit-1.8.0.1-CO8zWHpU0DlHgp8BIrXKze-ghc8.6.4.so()(64bit)
libHSxml-types-0.3.6-56MQ2lbfiw31ognZ51DOah-ghc8.6.4.so()(64bit)
libHSzlib-0.6.2-BdOecmQ0rL1HOiGypdSgxY-ghc8.6.4.so()(64bit)
libatomic.so.1()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
librt.so.1()(64bit)
libutil.so.1()(64bit)
libz.so.1()(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.6.4/dbus-1.2.4-Iv7KawHXPx06rJGt0FseMA
/usr/lib64/ghc-8.6.4/dbus-1.2.4-Iv7KawHXPx06rJGt0FseMA/libHSdbus-1.2.4-Iv7KawHXPx06rJGt0FseMA-ghc8.6.4.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM