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.14 Vendor : openSUSE
Release : lp152.1.2 Date : 2020-05-22 02:22:08
Group : Unspecified Source RPM : ghc-dbus-1.2.14-lp152.1.2.src.rpm
Size : 2.16 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: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-dbus-1.2.14-lp152.1.2.x86_64.rpm
     

Provides :
ghc-dbus
ghc-dbus(x86-64)
libHSdbus-1.2.14-ICBplhL48mp2ZSGVxN8HkX-ghc8.10.1.so()(64bit)

Requires :
libHSStateVar-1.2-FAA9wY2KXkK5MTuLvQnXvA-ghc8.10.1.so()(64bit)
libHSadjunctions-4.4-8m9f75GVXnj3qyiyLycUl8-ghc8.10.1.so()(64bit)
libHSarray-0.5.4.0-ghc8.10.1.so()(64bit)
libHSasync-2.2.2-BikYZyNmAtJC2xhBGo486l-ghc8.10.1.so()(64bit)
libHSattoparsec-0.13.2.4-Gs4xAeJrpUTHwhP2jsNUTv-ghc8.10.1.so()(64bit)
libHSbase-4.14.0.0-ghc8.10.1.so()(64bit)
libHSbase-orphans-0.8.2-JJIdnYLWZg1F4qsU5REKgS-ghc8.10.1.so()(64bit)
libHSbifunctors-5.5.7-F79ecAolVEt6wScKo8LQMV-ghc8.10.1.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.1.so()(64bit)
libHSblaze-builder-0.4.1.0-2R9yQhqQRKlArR2rpVisZG-ghc8.10.1.so()(64bit)
libHSblaze-html-0.9.1.2-lSHLYTuNfcIyScnpMqu92-ghc8.10.1.so()(64bit)
libHSblaze-markup-0.8.2.5-E0VoL1TqmRy2UxY2gFpx0K-ghc8.10.1.so()(64bit)
libHSbytestring-0.10.10.0-ghc8.10.1.so()(64bit)
libHScall-stack-0.2.0-7PnFdRLP9dA4WVU0vJqdo-ghc8.10.1.so()(64bit)
libHScereal-0.5.8.1-CMIcuMyPqphHH9QfPfsEIT-ghc8.10.1.so()(64bit)
libHScomonad-5.0.6-B9nPNiXkISrL010XDp1Cnd-ghc8.10.1.so()(64bit)
libHSconduit-1.3.2-LE31ibdKny0CWnW18gLkHq-ghc8.10.1.so()(64bit)
libHSconduit-extra-1.3.5-2j9G9ri097J25ArLERVqUW-ghc8.10.1.so()(64bit)
libHScontainers-0.6.2.1-ghc8.10.1.so()(64bit)
libHScontravariant-1.5.2-8egiHMGI17iA3T9IjUnjM3-ghc8.10.1.so()(64bit)
libHSdata-default-class-0.1.2.0-BnjjcvTkfXTHTakr2ZxCq2-ghc8.10.1.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.1.so()(64bit)
libHSdirectory-1.3.6.0-ghc8.10.1.so()(64bit)
libHSdistributive-0.6.2-FoWWN6gXutL6la8bBZPdvI-ghc8.10.1.so()(64bit)
libHSexceptions-0.10.4-ghc8.10.1.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.10.1.so()(64bit)
libHSfree-5.1.3-7iHoZOJZV6dHH8R6sDRwN7-ghc8.10.1.so()(64bit)
libHSghc-boot-th-8.10.1-ghc8.10.1.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.1.so()(64bit)
libHShashable-1.3.0.0-LGxxCm803BZBXVITcYVRpj-ghc8.10.1.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.1.so()(64bit)
libHSinteger-logarithms-1.0.3-1kLWvCDGXQgB2Y77aCZJPw-ghc8.10.1.so()(64bit)
libHSinvariant-0.5.3-5T9xEalNcTJ76FA7y28D0C-ghc8.10.1.so()(64bit)
libHSkan-extensions-5.2-ChqJFGO8y05JneSksJpEqC-ghc8.10.1.so()(64bit)
libHSlens-4.19.2-B17fKxpyCe84ug06ennxqX-ghc8.10.1.so()(64bit)
libHSmono-traversable-1.0.15.1-1BOzrj5w8PJ6j4YeLrtmPJ-ghc8.10.1.so()(64bit)
libHSmtl-2.2.2-ghc8.10.1.so()(64bit)
libHSnetwork-3.1.1.1-4JHaKgqq4tH7dIASgpMHXS-ghc8.10.1.so()(64bit)
libHSparallel-3.2.2.0-67hDU2xqF8SLdjRsxBpKaE-ghc8.10.1.so()(64bit)
libHSparsec-3.1.14.0-ghc8.10.1.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.1.so()(64bit)
libHSprimitive-0.7.0.1-2k3g9qX0zz16vEv34R307m-ghc8.10.1.so()(64bit)
libHSprocess-1.6.8.2-ghc8.10.1.so()(64bit)
libHSprofunctors-5.5.2-HAOKfAola6gIRraAI1b2Fz-ghc8.10.1.so()(64bit)
libHSrandom-1.1-AA3zCuOgsVZCzsZYE3CMpY-ghc8.10.1.so()(64bit)
libHSreflection-2.1.5-BNa97eCVxRLDIPUGVxHxsq-ghc8.10.1.so()(64bit)
libHSresourcet-1.2.4-EkDGtJ3XvGaBKQsIQL265J-ghc8.10.1.so()(64bit)
libHSscientific-0.3.6.2-8GLjLQrgBXELP8qig6I1b3-ghc8.10.1.so()(64bit)
libHSsemigroupoids-5.3.4-5JXuUwnXZxoJ41jawuqShx-ghc8.10.1.so()(64bit)
libHSsemigroups-0.19.1-4N1rKhC7T4sGi7ZOkPmPul-ghc8.10.1.so()(64bit)
libHSsplit-0.2.3.4-6apP42SBLC7suNNhFHmCG-ghc8.10.1.so()(64bit)
libHSstm-2.5.0.0-ghc8.10.1.so()(64bit)
libHSstreaming-commons-0.2.1.2-GRq5qJl5mWe84A03rAlLG5-ghc8.10.1.so()(64bit)
libHStagged-0.8.6-J5uCsELa0V32hJgqUdUQdt-ghc8.10.1.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.1.so()(64bit)
libHStext-1.2.3.2-ghc8.10.1.so()(64bit)
libHSth-abstraction-0.3.2.0-4yEKsz3hkum2d9EYr8unnF-ghc8.10.1.so()(64bit)
libHSth-lift-0.8.1-BllvzgsbE8XFqTlJuRRkNs-ghc8.10.1.so()(64bit)
libHStime-1.9.3-ghc8.10.1.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.1.so()(64bit)
libHStransformers-base-0.4.5.2-HjMraxnS3sgLI4Gp8ktHsS-ghc8.10.1.so()(64bit)
libHStransformers-compat-0.6.5-5FpQwDSHwAD8xLwpEoaQi-ghc8.10.1.so()(64bit)
libHStyped-process-0.2.6.0-Km26A5pWLAkK6GlTdSCunv-ghc8.10.1.so()(64bit)
libHSunix-2.7.2.2-ghc8.10.1.so()(64bit)
libHSunliftio-core-0.2.0.1-DFzZctvkeWF1j2hnkeOBtq-ghc8.10.1.so()(64bit)
libHSunordered-containers-0.2.10.0-1l98du763Ur4vvvvNU2ESK-ghc8.10.1.so()(64bit)
libHSvector-0.12.1.2-2820kU4E8Rq2FpOG9Xf2aE-ghc8.10.1.so()(64bit)
libHSvector-algorithms-0.8.0.3-EzuFUSlwqf0gvoN1IOQKR-ghc8.10.1.so()(64bit)
libHSvoid-0.7.3-830ZShzfrcB6ZZpnbRnxPK-ghc8.10.1.so()(64bit)
libHSxml-conduit-1.9.0.0-HSPeVAEkCd41M4beFYGZxg-ghc8.10.1.so()(64bit)
libHSxml-types-0.3.6-72Xi3JmeGqF5UbvBPlmemw-ghc8.10.1.so()(64bit)
libHSzlib-0.6.2.1-6jwQWE5rKwjCQxszsQIAMo-ghc8.10.1.so()(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)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(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.10.1/dbus-1.2.14
/usr/lib64/ghc-8.10.1/dbus-1.2.14/libHSdbus-1.2.14-ICBplhL48mp2ZSGVxN8HkX-ghc8.10.1.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM