SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-dbus
Version : 1.2.22 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 3.180 Date : 2021-12-16 23:07:38
Group : Unspecified Source RPM : ghc-dbus-1.2.22-3.180.src.rpm
Size : 2.17 MB
Packager : (none)
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/devel:/languages:/haskell:/ghc-8.10.x/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-dbus
ghc-dbus(x86-64)
libHSdbus-1.2.22-AsKDTt1FHAwEmeslIzIRnI-ghc8.10.7.so()(64bit)

Requires :
libHSOneTuple-0.3.1-DP5MeoANOziCel2GsKHHkF-ghc8.10.7.so()(64bit)
libHSStateVar-1.2.2-E5VfLD39xuSBKKtL6sMcfd-ghc8.10.7.so()(64bit)
libHSadjunctions-4.4.2-FUeTBkOFSBupzwfft5vHV-ghc8.10.7.so()(64bit)
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSassoc-1.0.2-DvN7xselsTd50l9Uqki3sA-ghc8.10.7.so()(64bit)
libHSasync-2.2.4-7xgQ5A0tWuKAEuXc6KCbt5-ghc8.10.7.so()(64bit)
libHSattoparsec-0.14.4-BPjsBpkimHu7JIDNbeuyLW-attoparsec-internal-ghc8.10.7.so()(64bit)
libHSattoparsec-0.14.4-EEMXy373XTlBX7g3IoZzXH-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbase-orphans-0.8.7-CxjgRshcctIBmXTSG1CmvV-ghc8.10.7.so()(64bit)
libHSbifunctors-5.5.14-G5eA15yeJsMAgzRXiHuI5A-ghc8.10.7.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit)
libHSblaze-builder-0.4.2.2-9YgzN2pqYG4eorbcqWPzo-ghc8.10.7.so()(64bit)
libHSblaze-html-0.9.1.2-DSu6cYCOj6a1GInTQYGYKR-ghc8.10.7.so()(64bit)
libHSblaze-markup-0.8.2.8-1XfQBWgbs6b1ZUMC642PoS-ghc8.10.7.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)
libHScall-stack-0.4.0-FmELR2iAK4CCMyR5yqUtbg-ghc8.10.7.so()(64bit)
libHScereal-0.5.8.3-KNo92KWaysAGmwWTgbshSz-ghc8.10.7.so()(64bit)
libHScomonad-5.0.8-6WZOA6HbzzOJskWZzVVe87-ghc8.10.7.so()(64bit)
libHSconduit-1.3.4.3-2HimjzfT9o4AEAj5loRFA4-ghc8.10.7.so()(64bit)
libHSconduit-extra-1.3.6-IVlRzOS6N83DtHuizuTKyb-ghc8.10.7.so()(64bit)
libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit)
libHScontravariant-1.5.5-2MQmXMLz5bRS9nNwqvWJW-ghc8.10.7.so()(64bit)
libHSdata-default-class-0.1.2.0-4OJAKciMHbRGHw1F8M9yGO-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSdirectory-1.3.6.0-ghc8.10.7.so()(64bit)
libHSdistributive-0.6.2.1-CYZaV9jTDX4FC94WzFi8zE-ghc8.10.7.so()(64bit)
libHSexceptions-0.10.4-ghc8.10.7.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.10.7.so()(64bit)
libHSfree-5.1.10-6V6egV0CsaBGKWhuIH8cBc-ghc8.10.7.so()(64bit)
libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHShashable-1.3.5.0-IGX0XxzDT1f2AkNytPe4lH-ghc8.10.7.so()(64bit)
libHSindexed-traversable-0.1.2-Eo535BQju5EJMNNLLeinJ3-ghc8.10.7.so()(64bit)
libHSindexed-traversable-instances-0.1.1.1-GQ9wujrAAeK9W0s0wm4UJP-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSinteger-logarithms-1.0.3.1-xsL5hmMYGlG65gkrXlNN-ghc8.10.7.so()(64bit)
libHSinvariant-0.6-HnkVUJRLT8v1efx5KUbMrE-ghc8.10.7.so()(64bit)
libHSkan-extensions-5.2.5-2Tp5DXqY7Od4LKfqp4JNw5-ghc8.10.7.so()(64bit)
libHSlens-5.1.1-10eBkXoMT4V3QJWMiI7ni1-ghc8.10.7.so()(64bit)
libHSmono-traversable-1.0.15.3-FUZg5nUr4AR1rmffLyWPtl-ghc8.10.7.so()(64bit)
libHSmtl-2.2.2-ghc8.10.7.so()(64bit)
libHSnetwork-3.1.2.7-Ej7C9eZsuTEBnZvIiWsgMl-ghc8.10.7.so()(64bit)
libHSparallel-3.2.2.0-5tpUOKTbMKI9Fb3eRAjLPV-ghc8.10.7.so()(64bit)
libHSparsec-3.1.14.0-ghc8.10.7.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit)
libHSprimitive-0.7.3.0-HMedJdQUTCQ79SiIUfisnA-ghc8.10.7.so()(64bit)
libHSprocess-1.6.13.2-ghc8.10.7.so()(64bit)
libHSprofunctors-5.6.2-8Yg7TT90aQPBrHV3g8yRTd-ghc8.10.7.so()(64bit)
libHSrandom-1.2.1.1-7JCauc0AKIuFDMYJWSrKkh-ghc8.10.7.so()(64bit)
libHSreflection-2.1.6-1RKvvtSXPHX5jtreG3t0uM-ghc8.10.7.so()(64bit)
libHSresourcet-1.2.6-IBqajDv5UmyF11CPddRNI7-ghc8.10.7.so()(64bit)
libHSscientific-0.3.7.0-CfGYDmam8OFCyRakWk0zP3-ghc8.10.7.so()(64bit)
libHSsemigroupoids-5.3.7-9LZjg3oL3YQDUEgN5yj9T4-ghc8.10.7.so()(64bit)
libHSsemigroups-0.20-FZjiGBNcT8oCePR0rFdXVr-ghc8.10.7.so()(64bit)
libHSsplit-0.2.3.5-EX6xNUIqoQQKvUDKaMXLkI-ghc8.10.7.so()(64bit)
libHSsplitmix-0.1.0.4-2Vk17ilFpJOHvYIcBN29Ar-ghc8.10.7.so()(64bit)
libHSstm-2.5.0.1-ghc8.10.7.so()(64bit)
libHSstreaming-commons-0.2.2.5-5vmfbvsqTsiGtS1Puqarv3-ghc8.10.7.so()(64bit)
libHSstrict-0.4.0.1-CbABjXMMbAh2g7lGcLvyH6-ghc8.10.7.so()(64bit)
libHStagged-0.8.6.1-EiQY3za6Q5HE9cdvqupke2-ghc8.10.7.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit)
libHStext-1.2.4.1-ghc8.10.7.so()(64bit)
libHSth-abstraction-0.4.5.0-2TYNeAMMHgaJYwxF03nRlP-ghc8.10.7.so()(64bit)
libHSth-lift-0.8.2-PPnXVCgsRqI1V0ZQca5J-ghc8.10.7.so()(64bit)
libHSthese-1.1.1.1-74BpQLYM5AQJ4QplLP0j-ghc8.10.7.so()(64bit)
libHStime-1.9.3-ghc8.10.7.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.7.so()(64bit)
libHStransformers-base-0.4.6-Cks7glHGyPLCKS592e5AJo-ghc8.10.7.so()(64bit)
libHStransformers-compat-0.7.2-1KC3IXOcuxMEnmo4oqBwTm-ghc8.10.7.so()(64bit)
libHStyped-process-0.2.10.1-7boLPiEVZEDJM5ADOkIemi-ghc8.10.7.so()(64bit)
libHSunix-2.7.2.2-ghc8.10.7.so()(64bit)
libHSunliftio-core-0.2.0.1-Hy41KxS3ore3s5ACrFOvp6-ghc8.10.7.so()(64bit)
libHSunordered-containers-0.2.19.1-JOm9W4pbFskHFpQOL7DdGr-ghc8.10.7.so()(64bit)
libHSvector-0.12.3.1-4ZUkvMG0hba9AHoOHt8bPP-ghc8.10.7.so()(64bit)
libHSvector-algorithms-0.8.0.4-DQTpYmDhEZi8IhQORtqLqY-ghc8.10.7.so()(64bit)
libHSvoid-0.7.3-3i5hA4IaTNJ61Beo1uYNP7-ghc8.10.7.so()(64bit)
libHSxml-conduit-1.9.1.1-GUi0fexHRSrKo5kXibqttY-ghc8.10.7.so()(64bit)
libHSxml-types-0.3.8-EHDLXpJVSNmLOCOBgCdOPq-ghc8.10.7.so()(64bit)
libHSzlib-0.6.3.0-7UufwGp7KndCMdoTAzOeKO-ghc8.10.7.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libz.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib64/ghc-8.10.7/dbus-1.2.22
/usr/lib64/ghc-8.10.7/dbus-1.2.22/libHSdbus-1.2.22-AsKDTt1FHAwEmeslIzIRnI-ghc8.10.7.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM