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.3.2 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 1.148 Date : 2023-12-26 21:35:58
Group : Unspecified Source RPM : ghc-dbus-1.3.2-1.148.src.rpm
Size : 2.25 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-9.6.x/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.3.2-9X1ZGjDY0vb5Y7xfZVtYqE-ghc9.6.4.so()(64bit)

Requires :
libHSOneTuple-0.4.1.1-413yz2qDv5HLK54zgzfSJ3-ghc9.6.4.so()(64bit)
libHSStateVar-1.2.2-LMwI0SGrUtP1MlPXMPkYAS-ghc9.6.4.so()(64bit)
libHSadjunctions-4.4.2-DsQWuFmAS8I9HEc39gS0yh-ghc9.6.4.so()(64bit)
libHSarray-0.5.6.0-ghc9.6.4.so()(64bit)
libHSassoc-1.1-JHIqWCoBZTM80hzyPBJB13-ghc9.6.4.so()(64bit)
libHSasync-2.2.5-CPZtCUdA82NK4rSfETI3Rt-ghc9.6.4.so()(64bit)
libHSattoparsec-0.14.4-1Dl2rWDHAlAHqZP2120DHU-ghc9.6.4.so()(64bit)
libHSattoparsec-0.14.4-DCJVBkxP82CLlNfQ5HAbPk-attoparsec-internal-ghc9.6.4.so()(64bit)
libHSbase-4.18.2.0-ghc9.6.4.so()(64bit)
libHSbase-orphans-0.9.1-KAZ8G7uKs3r7jrb0e6niG4-ghc9.6.4.so()(64bit)
libHSbifunctors-5.6.1-8maClQJd97MJ2wVcNtRfqA-ghc9.6.4.so()(64bit)
libHSbinary-0.8.9.1-ghc9.6.4.so()(64bit)
libHSbitvec-1.1.5.0-AkWgGFxQPsG9A65w5Ah69t-ghc9.6.4.so()(64bit)
libHSblaze-builder-0.4.2.3-KqOYhpYf1HiJNpffbEN3Kt-ghc9.6.4.so()(64bit)
libHSblaze-html-0.9.1.2-Dr5La8L5ON7CNEQVAn4WLC-ghc9.6.4.so()(64bit)
libHSblaze-markup-0.8.3.0-2vtdi1m30QR7YYEGi2s89A-ghc9.6.4.so()(64bit)
libHSbytestring-0.11.5.3-ghc9.6.4.so()(64bit)
libHScall-stack-0.4.0-5ydnsiRoTiXIBqpTNw0DxP-ghc9.6.4.so()(64bit)
libHScereal-0.5.8.3-5oOEuXlphCGDvFB2ea5zJH-ghc9.6.4.so()(64bit)
libHScomonad-5.0.8-LL0tV9AQnCn4If9xVN6hG0-ghc9.6.4.so()(64bit)
libHSconduit-1.3.5-HVOlorGGlir96PVYnA93CA-ghc9.6.4.so()(64bit)
libHSconduit-extra-1.3.6-BHp1uKHUBGe1YYWLU2eTRK-ghc9.6.4.so()(64bit)
libHScontainers-0.6.7-ghc9.6.4.so()(64bit)
libHScontravariant-1.5.5-I125tgQh8MTA4fBNbkUir-ghc9.6.4.so()(64bit)
libHSdata-default-class-0.1.2.0-DWa0eFdALruJzXj3E1ovxz-ghc9.6.4.so()(64bit)
libHSdeepseq-1.4.8.1-ghc9.6.4.so()(64bit)
libHSdirectory-1.3.8.1-ghc9.6.4.so()(64bit)
libHSdistributive-0.6.2.1-Hwt5zImrukd6KUzKE6M50e-ghc9.6.4.so()(64bit)
libHSexceptions-0.10.7-ghc9.6.4.so()(64bit)
libHSfilepath-1.4.200.1-ghc9.6.4.so()(64bit)
libHSfree-5.2-Eds3sr9QClXKBhFaNOt2ha-ghc9.6.4.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.4.so()(64bit)
libHSghc-boot-th-9.6.4-ghc9.6.4.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.4.so()(64bit)
libHShashable-1.4.3.0-Ctl6W5355VO4VN8AZbmQBS-ghc9.6.4.so()(64bit)
libHSindexed-traversable-0.1.3-Fg9XTu6yBtF3vGsnIicBgn-ghc9.6.4.so()(64bit)
libHSindexed-traversable-instances-0.1.1.2-4hFriChJFN9AwnmcrN7iDB-ghc9.6.4.so()(64bit)
libHSinteger-logarithms-1.0.3.1-5eh1poygNvPGBKHOuxo0w2-ghc9.6.4.so()(64bit)
libHSinvariant-0.6.2-7Z53OwmXlMuIbtYdDgu6qn-ghc9.6.4.so()(64bit)
libHSkan-extensions-5.2.5-23mw3jt4yB2DcrZuUyMlNj-ghc9.6.4.so()(64bit)
libHSlens-5.2.3-JYAMYsCkSGbJSelc2xzviN-ghc9.6.4.so()(64bit)
libHSmono-traversable-1.0.15.3-25gMchV5EaRGqiXyePeCgi-ghc9.6.4.so()(64bit)
libHSmtl-2.3.1-ghc9.6.4.so()(64bit)
libHSnetwork-3.1.4.0-AJEoDmw4KkzB0MEWVViGHB-ghc9.6.4.so()(64bit)
libHSparallel-3.2.2.0-DxVg4bSZb4m3D30yt9UQFE-ghc9.6.4.so()(64bit)
libHSparsec-3.1.16.1-ghc9.6.4.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.4.so()(64bit)
libHSprimitive-0.8.0.0-BcoUEAnXhk925AP6fFV7Ue-ghc9.6.4.so()(64bit)
libHSprocess-1.6.17.0-ghc9.6.4.so()(64bit)
libHSprofunctors-5.6.2-7p9FluqpJFcDwA7HHZMH90-ghc9.6.4.so()(64bit)
libHSrandom-1.2.1.2-CVoQ31W4BbP5RCUe8QLv4g-ghc9.6.4.so()(64bit)
libHSreflection-2.1.7-5aIfTIHPtlD81iIpE2UVB2-ghc9.6.4.so()(64bit)
libHSresourcet-1.3.0-8L75Ae2EE5ZCiTvZzFMUCL-ghc9.6.4.so()(64bit)
libHSscientific-0.3.7.0-6X5dSNcGT5u8fKL6TMkq0h-ghc9.6.4.so()(64bit)
libHSsemigroupoids-6.0.0.1-Dr5vYfbebkB7TTSCEPIlXd-ghc9.6.4.so()(64bit)
libHSsemigroups-0.20-2b6SpEF9Mq04Tyyiixe3Ft-ghc9.6.4.so()(64bit)
libHSsplit-0.2.5-1ZSy0xYACSg5uwyBvCYVUs-ghc9.6.4.so()(64bit)
libHSsplitmix-0.1.0.5-Bfmh89T202E2QU5m0YBt2H-ghc9.6.4.so()(64bit)
libHSstm-2.5.1.0-ghc9.6.4.so()(64bit)
libHSstreaming-commons-0.2.2.6-4hJ7HyijMUBBsqIoOsyqRx-ghc9.6.4.so()(64bit)
libHSstrict-0.5-BrLZi9HPs3MGb2lC5Y8MDY-ghc9.6.4.so()(64bit)
libHStagged-0.8.8-NwKdK9CJixGyu4p6ivyqd-ghc9.6.4.so()(64bit)
libHStemplate-haskell-2.20.0.0-ghc9.6.4.so()(64bit)
libHStext-2.0.2-ghc9.6.4.so()(64bit)
libHSth-abstraction-0.5.0.0-4W5LehiF65R9RGG2u3u9tk-ghc9.6.4.so()(64bit)
libHSth-lift-0.8.4-CvF9qZYwsTlDNSbsS8pG5c-ghc9.6.4.so()(64bit)
libHSthese-1.2-9I7INPNBHhOCpNFq5Uiv4Q-ghc9.6.4.so()(64bit)
libHStime-1.12.2-ghc9.6.4.so()(64bit)
libHStransformers-0.6.1.0-ghc9.6.4.so()(64bit)
libHStransformers-base-0.4.6-EaFDlO9TcWFCxFOri3PWyd-ghc9.6.4.so()(64bit)
libHStransformers-compat-0.7.2-E6o5MUlxoOH3uwowdNHcwI-ghc9.6.4.so()(64bit)
libHStyped-process-0.2.11.1-1doJzpRPwmTGAxjGqZzdEt-ghc9.6.4.so()(64bit)
libHSunix-2.8.4.0-ghc9.6.4.so()(64bit)
libHSunliftio-core-0.2.1.0-jCMAjQfJQAFcRO0d4vNHT-ghc9.6.4.so()(64bit)
libHSunordered-containers-0.2.20-7B6s4pEM0cd3m6yCex75Sv-ghc9.6.4.so()(64bit)
libHSvector-0.13.1.0-5ffdaJBGONU8uzeLZ1XNT5-ghc9.6.4.so()(64bit)
libHSvector-algorithms-0.9.0.1-Gv6pkIJ2manC7r5rzeKyQh-ghc9.6.4.so()(64bit)
libHSvector-stream-0.1.0.1-3kAAjYjKcymLd80Bqq9Xxz-ghc9.6.4.so()(64bit)
libHSvoid-0.7.3-G56k4lUEr85OMOwlEFyBI-ghc9.6.4.so()(64bit)
libHSxml-conduit-1.9.1.3-BhtkHMe9Ue42PQ2xK6vnzq-ghc9.6.4.so()(64bit)
libHSxml-types-0.3.8-9FfTKKaLOW24gNDh366i93-ghc9.6.4.so()(64bit)
libHSzlib-0.6.3.0-8LxZXTqHQaCLReMuto4U00-ghc9.6.4.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-9.6.4/lib
/usr/lib64/ghc-9.6.4/lib/libHSdbus-1.3.2-9X1ZGjDY0vb5Y7xfZVtYqE-ghc9.6.4.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM