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.11 Vendor : openSUSE
Release : 1.2 Date : 2025-01-28 03:12:07
Group : Unspecified Source RPM : ghc-dbus-1.3.11-1.2.src.rpm
Size : 2.24 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/tumbleweed/repo/oss/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.11-EgmKQve6pvHLcgr6fO5aTp-ghc9.10.1.so()(64bit)

Requires :
libHSOneTuple-0.4.2-LmbWrf1Obp1GDrZOKomiOg-ghc9.10.1.so()(64bit)
libHSStateVar-1.2.2-6Xnk6GUZJDp18RXjOwPf4q-ghc9.10.1.so()(64bit)
libHSadjunctions-4.4.2-FNHfT9OCMMf8wD8BkXmMEJ-ghc9.10.1.so()(64bit)
libHSarray-0.5.7.0-ae01-ghc9.10.1.so()(64bit)
libHSassoc-1.1.1-HaTNclg9kmA6RE2dEbLugL-ghc9.10.1.so()(64bit)
libHSasync-2.2.5-KGWMhIHgeEz9bKMMx2tyNN-ghc9.10.1.so()(64bit)
libHSattoparsec-0.14.4-8dixr8sQsNKH6FhPiTegDl-ghc9.10.1.so()(64bit)
libHSattoparsec-0.14.4-DZEwnNAB5RLKJIgdz5jn5i-attoparsec-internal-ghc9.10.1.so()(64bit)
libHSbase-4.20.0.0-8dee-ghc9.10.1.so()(64bit)
libHSbase-orphans-0.9.3-36IEUcEny7BG0KtS3lWDOE-ghc9.10.1.so()(64bit)
libHSbifunctors-5.6.2-3oJeR6iUm9y1BSksmT72IL-ghc9.10.1.so()(64bit)
libHSbinary-0.8.9.2-b8ca-ghc9.10.1.so()(64bit)
libHSbitvec-1.1.5.0-60NkF3xEwwN3RB89yZBhgJ-ghc9.10.1.so()(64bit)
libHSblaze-builder-0.4.2.3-56xDmh4koAH6fgZI3oSVOt-ghc9.10.1.so()(64bit)
libHSblaze-html-0.9.2.0-BP8kxUkNPSo5S9GIeIOamI-ghc9.10.1.so()(64bit)
libHSblaze-markup-0.8.3.0-ESJvihuaDbv3qXRTOgBFcM-ghc9.10.1.so()(64bit)
libHSbytestring-0.12.1.0-b101-ghc9.10.1.so()(64bit)
libHScall-stack-0.4.0-IANtjdJCEvnFtrBJLMJhY8-ghc9.10.1.so()(64bit)
libHScereal-0.5.8.3-JEW5j4YNCgLGxBW7bw0BTi-ghc9.10.1.so()(64bit)
libHScomonad-5.0.9-2IN5lac8T909yFxRAcyNdj-ghc9.10.1.so()(64bit)
libHSconduit-1.3.6-fGjS2RqxyW8k5DlHqzS2z-ghc9.10.1.so()(64bit)
libHSconduit-extra-1.3.7-2fqrTgEXbGF7g7ciw8Pn1t-ghc9.10.1.so()(64bit)
libHScontainers-0.7-8504-ghc9.10.1.so()(64bit)
libHScontravariant-1.5.5-8TLJOQoIcoNCzfg2NmKyYc-ghc9.10.1.so()(64bit)
libHSdata-default-0.8.0.0-KEYdfonuSSMGvgJH5B5d1D-ghc9.10.1.so()(64bit)
libHSdeepseq-1.5.0.0-5669-ghc9.10.1.so()(64bit)
libHSdirectory-1.3.8.3-491c-ghc9.10.1.so()(64bit)
libHSdistributive-0.6.2.1-HKakGG2bxS231Y7ykeWqs3-ghc9.10.1.so()(64bit)
libHSexceptions-0.10.7-996c-ghc9.10.1.so()(64bit)
libHSfilepath-1.5.2.0-4328-ghc9.10.1.so()(64bit)
libHSfree-5.2-Du64FgBKnDU2YErov8SAyJ-ghc9.10.1.so()(64bit)
libHSghc-bignum-1.3-f371-ghc9.10.1.so()(64bit)
libHSghc-boot-th-9.10.1-eac6-ghc9.10.1.so()(64bit)
libHSghc-internal-9.1001.0-b594-ghc9.10.1.so()(64bit)
libHSghc-prim-0.11.0-9936-ghc9.10.1.so()(64bit)
libHShashable-1.5.0.0-3VaZMWRom0B3F3ZRIU9w0a-ghc9.10.1.so()(64bit)
libHSindexed-traversable-0.1.4-7SFpztfFvSYEOEjrTNgwXn-ghc9.10.1.so()(64bit)
libHSindexed-traversable-instances-0.1.2-8SQeLohc69MC9Av6xgE9Td-ghc9.10.1.so()(64bit)
libHSinteger-logarithms-1.0.4-Ly81tv5PtlTCziHdWlycbJ-ghc9.10.1.so()(64bit)
libHSinvariant-0.6.4-ALNtyACrMir1iaCB4PhzcP-ghc9.10.1.so()(64bit)
libHSkan-extensions-5.2.6-5sa8MvIuHms2ArN9fSF8W6-ghc9.10.1.so()(64bit)
libHSlens-5.3.3-BIZcTmgaYNMLRddXP4tDRh-ghc9.10.1.so()(64bit)
libHSmono-traversable-1.0.21.0-NKBdrDSo6i9NsgPvcZEhv-ghc9.10.1.so()(64bit)
libHSmtl-2.3.1-90ae-ghc9.10.1.so()(64bit)
libHSnetwork-3.2.7.0-554tZ8RlNDPKWOH3DKcaQH-ghc9.10.1.so()(64bit)
libHSos-string-2.0.2-f0bb-ghc9.10.1.so()(64bit)
libHSparallel-3.2.2.0-8QLFLKkM9ht22vzIRm1OaX-ghc9.10.1.so()(64bit)
libHSparsec-3.1.17.0-4714-ghc9.10.1.so()(64bit)
libHSpretty-1.1.3.6-547c-ghc9.10.1.so()(64bit)
libHSprimitive-0.9.0.0-BkxUEQxhHUoLIgqbkfY58Y-ghc9.10.1.so()(64bit)
libHSprocess-1.6.19.0-07c7-ghc9.10.1.so()(64bit)
libHSprofunctors-5.6.2-4eo62k5zJIlHILT9iS03hG-ghc9.10.1.so()(64bit)
libHSrandom-1.2.1.3-Lrr8OfzBCLCK6LCnRwPl5f-ghc9.10.1.so()(64bit)
libHSreflection-2.1.9-2ZaLzfwXsPjEYZnsyt5DRd-ghc9.10.1.so()(64bit)
libHSresourcet-1.3.0-AVwLrMNO3q06yNttHTCC9k-ghc9.10.1.so()(64bit)
libHSscientific-0.3.8.0-1s97CeOewgcARJzt1u5fle-ghc9.10.1.so()(64bit)
libHSsemigroupoids-6.0.1-1AvWR3abxKVDZwaQkgYvYQ-ghc9.10.1.so()(64bit)
libHSsemigroups-0.20-9j5WdrAxJXLCQGs7ZKCUKp-ghc9.10.1.so()(64bit)
libHSsplit-0.2.5-BRxwOFekpOi6NiAhjQnLwm-ghc9.10.1.so()(64bit)
libHSsplitmix-0.1.1-EAa9mCaL68g8eLhRvksTNS-ghc9.10.1.so()(64bit)
libHSstm-2.5.3.1-7f8d-ghc9.10.1.so()(64bit)
libHSstreaming-commons-0.2.3.0-oIqAeklMBhCQ8taHMkrAH-ghc9.10.1.so()(64bit)
libHSstrict-0.5.1-Dvi8uAC8b5dh9n5xQRQ6b-ghc9.10.1.so()(64bit)
libHStagged-0.8.9-3hMocY4ZKKVHiZ3QL5fKoP-ghc9.10.1.so()(64bit)
libHStemplate-haskell-2.22.0.0-e536-ghc9.10.1.so()(64bit)
libHStext-2.1.1-0097-ghc9.10.1.so()(64bit)
libHSth-abstraction-0.7.1.0-D9RPg0G0n0v3TtLWsgIysA-ghc9.10.1.so()(64bit)
libHSth-lift-0.8.6-GTDQn5ck3Ji6aFM5HTICKx-ghc9.10.1.so()(64bit)
libHSthese-1.2.1-Cn0KSGaKhEF9JFCoOXKnwI-ghc9.10.1.so()(64bit)
libHStime-1.12.2-d6e1-ghc9.10.1.so()(64bit)
libHStransformers-0.6.1.1-eb7c-ghc9.10.1.so()(64bit)
libHStransformers-base-0.4.6-6B5cMLc472eG2w2Iu59Yr2-ghc9.10.1.so()(64bit)
libHStransformers-compat-0.7.2-BDPxj0N60ciBwuVChchC5L-ghc9.10.1.so()(64bit)
libHStyped-process-0.2.12.0-Ga2ETgx6LOHLgemhQRozcd-ghc9.10.1.so()(64bit)
libHSunix-2.8.5.1-9093-ghc9.10.1.so()(64bit)
libHSunliftio-core-0.2.1.0-5qJ0nNAeIB61nqFQqOjdZd-ghc9.10.1.so()(64bit)
libHSunordered-containers-0.2.20-4b4y0ZJCUqA8G0tuVpMZy1-ghc9.10.1.so()(64bit)
libHSvector-0.13.2.0-D7Ne6qf8j69LrrmY6TTyGu-ghc9.10.1.so()(64bit)
libHSvector-algorithms-0.9.1.0-8dRCJCgh2ieB8tqxC8MxjY-ghc9.10.1.so()(64bit)
libHSvector-stream-0.1.0.1-31qeYkrWdW0EbncbE0Jj6d-ghc9.10.1.so()(64bit)
libHSvoid-0.7.3-CMz6vB2TB4a89kcdhXpq6u-ghc9.10.1.so()(64bit)
libHSxml-conduit-1.9.1.4-G3LKK6I3zCc165i7vHes7W-ghc9.10.1.so()(64bit)
libHSxml-types-0.3.8-5Dshx5p0YmxDlk0tfSjG7x-ghc9.10.1.so()(64bit)
libHSzlib-0.7.1.0-KJtzDIr9DlI2iQLw4MYgQt-ghc9.10.1.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.10.1/lib/libHSdbus-1.3.11-EgmKQve6pvHLcgr6fO5aTp-ghc9.10.1.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM