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.3.3 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : dlh.80.35 Date : 2024-10-04 23:46:38
Group : Unspecified Source RPM : ghc-dbus-1.3.3-dlh.80.35.src.rpm
Size : 2.22 MB
Packager : https://www_suse_com/
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/15.6/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.3.3-2cpU1ZJxYctMb1cxSNdoB-ghc9.8.2.so()(64bit)

Requires :
libHSOneTuple-0.4.2-K2qr4Di8dqtC7Udoy2rihB-ghc9.8.2.so()(64bit)
libHSStateVar-1.2.2-KDAcNbFt4rwFwt3qUJCd1s-ghc9.8.2.so()(64bit)
libHSadjunctions-4.4.2-PqZtOLVlOm3SaOyWWvSjO-ghc9.8.2.so()(64bit)
libHSarray-0.5.6.0-bc13-ghc9.8.2.so()(64bit)
libHSassoc-1.1.1-3noJAyX31Mu7x8GaPj6nac-ghc9.8.2.so()(64bit)
libHSasync-2.2.5-4n4hBTbJ1B56Tinn0qp1Yz-ghc9.8.2.so()(64bit)
libHSattoparsec-0.14.4-CXAZfADp5SP4M2dyutGudS-attoparsec-internal-ghc9.8.2.so()(64bit)
libHSattoparsec-0.14.4-mG6QVMGGo8BNPHKsZygl2-ghc9.8.2.so()(64bit)
libHSbase-4.19.1.0-27de-ghc9.8.2.so()(64bit)
libHSbase-orphans-0.9.2-5onTe1ihL9aJCT7aEJJsi9-ghc9.8.2.so()(64bit)
libHSbifunctors-5.6.2-JjKAIx8Oue28ikgJ3JYT4e-ghc9.8.2.so()(64bit)
libHSbinary-0.8.9.1-1399-ghc9.8.2.so()(64bit)
libHSbitvec-1.1.5.0-DDIGwfFo8yzAYvIiwlhXhQ-ghc9.8.2.so()(64bit)
libHSblaze-builder-0.4.2.3-9LyFDNXEvGSk227g0RRNI-ghc9.8.2.so()(64bit)
libHSblaze-html-0.9.2.0-F0R4TmOotnq3f81RpLOZSC-ghc9.8.2.so()(64bit)
libHSblaze-markup-0.8.3.0-1WprYJ28MX11gPS4mFINO-ghc9.8.2.so()(64bit)
libHSbytestring-0.12.1.0-fd12-ghc9.8.2.so()(64bit)
libHScall-stack-0.4.0-5rx2VxBZHrX1iuvhHNtkdq-ghc9.8.2.so()(64bit)
libHScereal-0.5.8.3-5uVdpqDfG4k9NMByvTfTDo-ghc9.8.2.so()(64bit)
libHScomonad-5.0.8-2czpG9eDoFQJjZMu8WqIKU-ghc9.8.2.so()(64bit)
libHSconduit-1.3.6-AAD1awlU5DmHAkWp1e8Qxm-ghc9.8.2.so()(64bit)
libHSconduit-extra-1.3.6-1mWJJUHEhxCBIsdtzzK8U2-ghc9.8.2.so()(64bit)
libHScontainers-0.6.8-7c3d-ghc9.8.2.so()(64bit)
libHScontravariant-1.5.5-5qMx6DnTq0zG34qcYiDync-ghc9.8.2.so()(64bit)
libHSdata-default-class-0.1.2.0-6k0PtnYtGYIF9agJnlXJoW-ghc9.8.2.so()(64bit)
libHSdeepseq-1.5.0.0-7358-ghc9.8.2.so()(64bit)
libHSdirectory-1.3.8.1-5555-ghc9.8.2.so()(64bit)
libHSdistributive-0.6.2.1-89qoAlfvdpj4BIPvKo9qGY-ghc9.8.2.so()(64bit)
libHSexceptions-0.10.7-54b1-ghc9.8.2.so()(64bit)
libHSfilepath-1.4.200.1-d2ef-ghc9.8.2.so()(64bit)
libHSfree-5.2-DVJ3fSMBozlDTyzhDnENXg-ghc9.8.2.so()(64bit)
libHSghc-bignum-1.3-f700-ghc9.8.2.so()(64bit)
libHSghc-boot-th-9.8.2-522b-ghc9.8.2.so()(64bit)
libHSghc-prim-0.11.0-6689-ghc9.8.2.so()(64bit)
libHShashable-1.4.7.0-KtMzpInGhuM6RAyzBRtnFe-ghc9.8.2.so()(64bit)
libHSindexed-traversable-0.1.4-1Pyh5GwVpkmDRinXCPH92m-ghc9.8.2.so()(64bit)
libHSindexed-traversable-instances-0.1.2-4dRDcA8Fm6l9jowjEOMghf-ghc9.8.2.so()(64bit)
libHSinteger-logarithms-1.0.3.1-IFi20QGirxq5OEEPvTPSZg-ghc9.8.2.so()(64bit)
libHSinvariant-0.6.3-2Jrm9e5MbgPHNamHXKKRo4-ghc9.8.2.so()(64bit)
libHSkan-extensions-5.2.6-L1ZqXwSzGq649icoF6qGbJ-ghc9.8.2.so()(64bit)
libHSlens-5.2.3-BTSK3MYY4f14D87nOFTtiq-ghc9.8.2.so()(64bit)
libHSmono-traversable-1.0.17.0-Bq63DTkYdVR6hLXoRVEdWA-ghc9.8.2.so()(64bit)
libHSmtl-2.3.1-1d93-ghc9.8.2.so()(64bit)
libHSnetwork-3.1.4.0-AxEgFwdinX5L06wl7wyZl4-ghc9.8.2.so()(64bit)
libHSos-string-2.0.6-3SnhR6yV4Kw87BHN12L3O4-ghc9.8.2.so()(64bit)
libHSparallel-3.2.2.0-2NRlQSuI8XmLst2h07dvvP-ghc9.8.2.so()(64bit)
libHSparsec-3.1.17.0-fd1c-ghc9.8.2.so()(64bit)
libHSpretty-1.1.3.6-86b0-ghc9.8.2.so()(64bit)
libHSprimitive-0.9.0.0-EUFO1qtyQvW7Q3ymom3QMN-ghc9.8.2.so()(64bit)
libHSprocess-1.6.18.0-3a68-ghc9.8.2.so()(64bit)
libHSprofunctors-5.6.2-F99R2xxUJEGEHqPZlNmwGi-ghc9.8.2.so()(64bit)
libHSrandom-1.2.1.2-3XzWcv1wvkFJXS29X2nO4p-ghc9.8.2.so()(64bit)
libHSreflection-2.1.8-7pNYXs0chKt7GDdINnokWU-ghc9.8.2.so()(64bit)
libHSresourcet-1.3.0-1FBfDKPnQd5BBQfZhpa1Z9-ghc9.8.2.so()(64bit)
libHSscientific-0.3.8.0-LhXXijHt5hkEocQA7GLWhf-ghc9.8.2.so()(64bit)
libHSsemigroupoids-6.0.1-15Wz1htzLTIAgbPX4uPBgA-ghc9.8.2.so()(64bit)
libHSsemigroups-0.20-5mn1lNfEST64yNOkjg9VST-ghc9.8.2.so()(64bit)
libHSsplit-0.2.5-wOLAeeqcEbIuVE7cTuoo4-ghc9.8.2.so()(64bit)
libHSsplitmix-0.1.0.5-713pIjm4vJvE5Isockp2v4-ghc9.8.2.so()(64bit)
libHSstm-2.5.2.1-bf6d-ghc9.8.2.so()(64bit)
libHSstreaming-commons-0.2.2.6-GntkhSZyiziCRDcnsmJ553-ghc9.8.2.so()(64bit)
libHSstrict-0.5.1-HQ0LjDSJa71C2mbwCKre94-ghc9.8.2.so()(64bit)
libHStagged-0.8.8-6DEkStueaaDK6n3pN8SLqi-ghc9.8.2.so()(64bit)
libHStemplate-haskell-2.21.0.0-5953-ghc9.8.2.so()(64bit)
libHStext-2.1.1-7697-ghc9.8.2.so()(64bit)
libHSth-abstraction-0.6.0.0-IdyEgokhL1n9XZFBEiLU5i-ghc9.8.2.so()(64bit)
libHSth-lift-0.8.4-9AdnWw7qcVJ7LC8nP7ohgj-ghc9.8.2.so()(64bit)
libHSthese-1.2.1-IAigAdNcBVuB9J5N42jJD6-ghc9.8.2.so()(64bit)
libHStime-1.12.2-7afb-ghc9.8.2.so()(64bit)
libHStransformers-0.6.1.0-4052-ghc9.8.2.so()(64bit)
libHStransformers-base-0.4.6-96lzoyZtCF0JyFHUsJTgD0-ghc9.8.2.so()(64bit)
libHStransformers-compat-0.7.2-c8EBHsmPsF4gVnFlycxu3-ghc9.8.2.so()(64bit)
libHStyped-process-0.2.12.0-FfYQimO6E7tJ60FnJQpj1t-ghc9.8.2.so()(64bit)
libHSunix-2.8.4.0-aeeb-ghc9.8.2.so()(64bit)
libHSunliftio-core-0.2.1.0-1DVaIBfaKzCHOYqkwBqKVC-ghc9.8.2.so()(64bit)
libHSunordered-containers-0.2.20-DhZtCejCoHgLyMJFjBJK4Q-ghc9.8.2.so()(64bit)
libHSvector-0.13.1.0-KlAY2MrwV2X6lMwfx9cZlY-ghc9.8.2.so()(64bit)
libHSvector-algorithms-0.9.0.2-A8m6NeeDi5g64dVacNhdPD-ghc9.8.2.so()(64bit)
libHSvector-stream-0.1.0.1-CpkOxIPaXNO6vIAtH8MEoP-ghc9.8.2.so()(64bit)
libHSvoid-0.7.3-7VoZdFFopu8G18114Tzqay-ghc9.8.2.so()(64bit)
libHSxml-conduit-1.9.1.3-JYlANP2rEjJ3kxD1MtpPY8-ghc9.8.2.so()(64bit)
libHSxml-types-0.3.8-KxaBbI0xkhUCed6O8vrV7o-ghc9.8.2.so()(64bit)
libHSzlib-0.6.3.0-7i0utydV26xChUs8FqJDus-ghc9.8.2.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(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-9.8.2/lib/libHSdbus-1.3.3-2cpU1ZJxYctMb1cxSNdoB-ghc9.8.2.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM