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.22 Vendor : openSUSE
Release : bp156.4.1 Date : 2024-03-05 11:30:45
Group : Unspecified Source RPM : ghc-dbus-1.2.22-bp156.4.1.src.rpm
Size : 2.17 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-SP6/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-dbus-1.2.22-bp156.4.1.x86_64.rpm
ftp.icm.edu.pl  ghc-dbus-1.2.22-bp156.4.1.x86_64.rpm
     

Provides :
ghc-dbus
ghc-dbus(x86-64)
libHSdbus-1.2.22-Lb2i0ygl1DoIfzfUBotT99-ghc8.10.7.so()(64bit)

Requires :
libHSOneTuple-0.4.1.1-4HwKIV844xZDyWfdUV6ttx-ghc8.10.7.so()(64bit)
libHSStateVar-1.2.2-E5VfLD39xuSBKKtL6sMcfd-ghc8.10.7.so()(64bit)
libHSadjunctions-4.4.2-IXpAUlZkisq23n8yvkND1p-ghc8.10.7.so()(64bit)
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSassoc-1.1-5xmE7jlk2fP4tfEMsOYYmp-ghc8.10.7.so()(64bit)
libHSasync-2.2.5-6F5lLK4HW2BEA4inQTwsrL-ghc8.10.7.so()(64bit)
libHSattoparsec-0.14.4-6tIU6Khn17J33fi64ITNWj-ghc8.10.7.so()(64bit)
libHSattoparsec-0.14.4-9CpQoTw3D9UGhxlb1Np1Jw-attoparsec-internal-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbase-orphans-0.9.1-c9SWeL8IJjH2h1UCckt6-ghc8.10.7.so()(64bit)
libHSbifunctors-5.6.1-L60PaumcyUcLBs0pC2Ls5u-ghc8.10.7.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit)
libHSbitvec-1.1.5.0-I7mPTtoQejH2RL7JHsEN2r-ghc8.10.7.so()(64bit)
libHSblaze-builder-0.4.2.3-IaQesF8L0SkgBNgvkkcSI-ghc8.10.7.so()(64bit)
libHSblaze-html-0.9.1.2-HAB7nM7l5QQ9Gez2WiJjyn-ghc8.10.7.so()(64bit)
libHSblaze-markup-0.8.3.0-Hsbrh3nOKyC8D9DI1ytY3s-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-9MHDh5eIAMF2EzwcMAfQL6-ghc8.10.7.so()(64bit)
libHSconduit-1.3.5-67pRoqmbcRP5FM7A3MwhDy-ghc8.10.7.so()(64bit)
libHSconduit-extra-1.3.6-1mDlhP2CdLIBVCtF7JAwG8-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-array-byte-0.1.0.1-K28hjVtnMmk7as6rZ7LlwO-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-1ifv3eYNSf64qRfM65O3VK-ghc8.10.7.so()(64bit)
libHSexceptions-0.10.4-ghc8.10.7.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.10.7.so()(64bit)
libHSfoldable1-classes-compat-0.1-4mkkbjqB24N8I1Ggf7NKw2-ghc8.10.7.so()(64bit)
libHSfree-5.1.10-Fecbsu6dmm8WzxCCez2UJ-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.4.3.0-AzG4Pc6M4Qh6F2y4DtKgD2-ghc8.10.7.so()(64bit)
libHSindexed-traversable-0.1.3-F3jrcyz30bgEFtVuBpEUub-ghc8.10.7.so()(64bit)
libHSindexed-traversable-instances-0.1.1.2-G61ndLzm9bv5Hz00Z1qZkr-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.2-K5avWHH6atn3Yc6M3uKfh5-ghc8.10.7.so()(64bit)
libHSkan-extensions-5.2.5-895t2SHnFoxHLxHuXrcCUy-ghc8.10.7.so()(64bit)
libHSlens-5.2.3-E4d462JXCNmB76v2LXkpv4-ghc8.10.7.so()(64bit)
libHSmono-traversable-1.0.15.3-KdNg3QjGY0FCwwdttycoS2-ghc8.10.7.so()(64bit)
libHSmtl-2.2.2-ghc8.10.7.so()(64bit)
libHSnetwork-3.1.4.0-3EBEnAeUdiJ8uH3pm4jh9Q-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.8.0.0-7GvTqDWvNsdIftJV9fdokB-ghc8.10.7.so()(64bit)
libHSprocess-1.6.13.2-ghc8.10.7.so()(64bit)
libHSprofunctors-5.6.2-5VVzFShKt6cCUCcvOpJnSL-ghc8.10.7.so()(64bit)
libHSrandom-1.2.1.1-9f2WqozEL1a6Li1yjXx21b-ghc8.10.7.so()(64bit)
libHSreflection-2.1.6-1RKvvtSXPHX5jtreG3t0uM-ghc8.10.7.so()(64bit)
libHSresourcet-1.3.0-CFU8m84FWrmD0KAdIkoKcr-ghc8.10.7.so()(64bit)
libHSscientific-0.3.7.0-3FlkBJv9lypJSluEch2pAh-ghc8.10.7.so()(64bit)
libHSsemigroupoids-6.0.0.1-pfQLqTzynj8gCMFdGR8To-ghc8.10.7.so()(64bit)
libHSsemigroups-0.20-FZjiGBNcT8oCePR0rFdXVr-ghc8.10.7.so()(64bit)
libHSsplit-0.2.5-GSEtuvp60ZS21n7p6ZDyhW-ghc8.10.7.so()(64bit)
libHSsplitmix-0.1.0.5-I0Qd5PkV8DI78gTOdjTC91-ghc8.10.7.so()(64bit)
libHSstm-2.5.0.1-ghc8.10.7.so()(64bit)
libHSstreaming-commons-0.2.2.6-DIrU6k1Qc3D7rOP13wykRy-ghc8.10.7.so()(64bit)
libHSstrict-0.5-4TfLPZovwAw2Wx0y4obQrM-ghc8.10.7.so()(64bit)
libHStagged-0.8.8-AkG3jTuGR0jE7pjMYWU5z5-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.5.0.0-Qpu8BO6TCqB7afDrQPFfI-ghc8.10.7.so()(64bit)
libHSth-lift-0.8.4-CXwLGxgasfEK9lSYUpIFRJ-ghc8.10.7.so()(64bit)
libHSthese-1.2-G6KYqbfrUb9KQ9FN7V8JG4-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-LLu0NXvw3mID0pTTzLzopF-ghc8.10.7.so()(64bit)
libHStransformers-compat-0.7.2-1KC3IXOcuxMEnmo4oqBwTm-ghc8.10.7.so()(64bit)
libHStyped-process-0.2.11.1-35ErrvhLRLuK9gZvBr6j73-ghc8.10.7.so()(64bit)
libHSunix-2.7.2.2-ghc8.10.7.so()(64bit)
libHSunliftio-core-0.2.1.0-573aq4o5qMiL89njgyH6DG-ghc8.10.7.so()(64bit)
libHSunordered-containers-0.2.20-HklsaqmbfhphRcLDSbMTC-ghc8.10.7.so()(64bit)
libHSvector-0.13.1.0-FrnJWV7JTzZBoqufN7KMEY-ghc8.10.7.so()(64bit)
libHSvector-algorithms-0.9.0.1-EXoIYdyL0fpJWcb7MQF0yG-ghc8.10.7.so()(64bit)
libHSvector-stream-0.1.0.1-CAjZpdJHuP0B3cWISynNAe-ghc8.10.7.so()(64bit)
libHSvoid-0.7.3-3i5hA4IaTNJ61Beo1uYNP7-ghc8.10.7.so()(64bit)
libHSxml-conduit-1.9.1.3-SrRXin7Uk8BSPx7PupZBv-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(PayloadIsXz) <= 5.2-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-Lb2i0ygl1DoIfzfUBotT99-ghc8.10.7.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM