SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-dbus
Version : 1.2.4 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp151.12.2 Date : 2019-02-20 03:08:45
Group : Development/Libraries/Haskell Source RPM : ghc-dbus-1.2.4-lp151.12.2.src.rpm
Size : 2.13 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/openSUSE_Leap_15.1/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.4-CWRNqFVT9CpABLM0uLdZN7-ghc8.6.3.so()(64bit)

Requires :
libHSStateVar-1.1.1.1-B0ospHKg13JCxw6f0gS05h-ghc8.6.3.so()(64bit)
libHSadjunctions-4.4-H4C90QYKZiG6kw6wMhYMCj-ghc8.6.3.so()(64bit)
libHSarray-0.5.3.0-ghc8.6.3.so()(64bit)
libHSasync-2.2.1-4fWSSJ8SFccIxQJVItkRnX-ghc8.6.3.so()(64bit)
libHSattoparsec-0.13.2.2-AIDYee9KPGPHGyIUYFLj8F-ghc8.6.3.so()(64bit)
libHSbase-4.12.0.0-ghc8.6.3.so()(64bit)
libHSbase-orphans-0.8-9c3aMxqS7QbGl4Ot5i8lwK-ghc8.6.3.so()(64bit)
libHSbifunctors-5.5.3-B8SgcEHKQh0DjZkOKfP6fo-ghc8.6.3.so()(64bit)
libHSbinary-0.8.6.0-ghc8.6.3.so()(64bit)
libHSblaze-builder-0.4.1.0-KrFxFv3kgua3BTNMsMBadC-ghc8.6.3.so()(64bit)
libHSblaze-html-0.9.1.1-E0enfQtU1ZTDNQ8G8pIpJp-ghc8.6.3.so()(64bit)
libHSblaze-markup-0.8.2.2-IwLwNWRUxfsEuYbkQ0Gv5Q-ghc8.6.3.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.6.3.so()(64bit)
libHScall-stack-0.1.0-J1eWgTNOnM4IGVyeW0v2YZ-ghc8.6.3.so()(64bit)
libHScereal-0.5.8.0-6rtfJLvNbgP66iuaPkuxJC-ghc8.6.3.so()(64bit)
libHScomonad-5.0.4-4SwhkNnNOQxAjtcsZzTU0r-ghc8.6.3.so()(64bit)
libHSconduit-1.3.1-5PlSLlH2Iov5Q4mh54fHnC-ghc8.6.3.so()(64bit)
libHSconduit-extra-1.3.1-EDUw5CGDwuA491MmWuyxv1-ghc8.6.3.so()(64bit)
libHScontainers-0.6.0.1-ghc8.6.3.so()(64bit)
libHScontravariant-1.5-FpGwhn5fmC2IfBjNJ4PaUQ-ghc8.6.3.so()(64bit)
libHSdata-default-class-0.1.2.0-FeIQ5tLoVZBHMSgrT9zptQ-ghc8.6.3.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.6.3.so()(64bit)
libHSdirectory-1.3.3.0-ghc8.6.3.so()(64bit)
libHSdistributive-0.6-92l65SKyutnKeo53jXpu6I-ghc8.6.3.so()(64bit)
libHSexceptions-0.10.0-BnlDnmyiBJAJpiMydyJ3Ov-ghc8.6.3.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.6.3.so()(64bit)
libHSfree-5.1-28kMhaSrdFf9En8bHjtons-ghc8.6.3.so()(64bit)
libHSghc-boot-th-8.6.3-ghc8.6.3.so()(64bit)
libHSghc-prim-0.5.3-ghc8.6.3.so()(64bit)
libHShashable-1.2.7.0-CWI8VZuQTAYWIQTQQtqCV-ghc8.6.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.6.3.so()(64bit)
libHSinteger-logarithms-1.0.2.2-IT1M1moCo0mIobW8LfdrSC-ghc8.6.3.so()(64bit)
libHSinvariant-0.5.1-7ORfa0yDMTt4bx5cah1OXG-ghc8.6.3.so()(64bit)
libHSkan-extensions-5.2-IoNOJ1xbmVDBme13AhAimC-ghc8.6.3.so()(64bit)
libHSlens-4.17-79CwQYb14Dh5JUNgrr0ZPt-ghc8.6.3.so()(64bit)
libHSmono-traversable-1.0.11.0-CddcFlNRk869Kz3Lz98r4X-ghc8.6.3.so()(64bit)
libHSmtl-2.2.2-ghc8.6.3.so()(64bit)
libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.3.so()(64bit)
libHSparallel-3.2.2.0-EGl5SOk48TWHAD161C93aQ-ghc8.6.3.so()(64bit)
libHSparsec-3.1.13.0-ghc8.6.3.so()(64bit)
libHSpretty-1.1.3.6-ghc8.6.3.so()(64bit)
libHSprimitive-0.6.4.0-1mvPxVOk6Q6KOkWCZxqESf-ghc8.6.3.so()(64bit)
libHSprocess-1.6.3.0-ghc8.6.3.so()(64bit)
libHSprofunctors-5.3-GSNtSt5JKYO3RC6lOIdL6E-ghc8.6.3.so()(64bit)
libHSrandom-1.1-3ypV4EIycgb35PKjTYYr5q-ghc8.6.3.so()(64bit)
libHSreflection-2.1.4-E9VXTbXoqHZ5rulgGPZOrF-ghc8.6.3.so()(64bit)
libHSresourcet-1.2.2-IXdFBf5BlLw4948cPyP8vb-ghc8.6.3.so()(64bit)
libHSscientific-0.3.6.2-KIIlODNgUeO9twnHef2PBn-ghc8.6.3.so()(64bit)
libHSsemigroupoids-5.3.2-6aMHRRnIbYg20C7R03wUid-ghc8.6.3.so()(64bit)
libHSsemigroups-0.18.5-6T2lH5F6zyQIdwR3JYKMO3-ghc8.6.3.so()(64bit)
libHSsplit-0.2.3.3-6n1iQ0JLFvkeXvJXsAqQc-ghc8.6.3.so()(64bit)
libHSstm-2.5.0.0-ghc8.6.3.so()(64bit)
libHSstreaming-commons-0.2.1.0-Gjsp3ARrjdWm3PJDtVFaz-ghc8.6.3.so()(64bit)
libHStagged-0.8.6-CAGIOj1cv5J42b7wUKOeE3-ghc8.6.3.so()(64bit)
libHStemplate-haskell-2.14.0.0-ghc8.6.3.so()(64bit)
libHStext-1.2.3.1-ghc8.6.3.so()(64bit)
libHSth-abstraction-0.2.10.0-IupKYUmBxoGBM1HXci6nJH-ghc8.6.3.so()(64bit)
libHSth-lift-0.7.11-C5JSx2Nv9w2HNS8sHVEjQ7-ghc8.6.3.so()(64bit)
libHStime-1.8.0.2-ghc8.6.3.so()(64bit)
libHStransformers-0.5.5.0-ghc8.6.3.so()(64bit)
libHStransformers-base-0.4.5.2-BuzBEQaGGcw7mZvdTyq8Ap-ghc8.6.3.so()(64bit)
libHStransformers-compat-0.6.2-JV1ddSnlm3mL2xw4J4K8Kw-ghc8.6.3.so()(64bit)
libHStyped-process-0.2.4.0-3LIIo1N0IPbBTHa1OH0CS1-ghc8.6.3.so()(64bit)
libHSunix-2.7.2.2-ghc8.6.3.so()(64bit)
libHSunliftio-core-0.1.2.0-6l4GP0ylCTM6crlVTDgRiK-ghc8.6.3.so()(64bit)
libHSunordered-containers-0.2.10.0-KQjsr7xKC1WHxfEOZ1c65w-ghc8.6.3.so()(64bit)
libHSvector-0.12.0.2-5G85DK6NPIx1LphnqJy7eO-ghc8.6.3.so()(64bit)
libHSvector-algorithms-0.8.0.1-l02fj2Jj9pCux4dolCIMf-ghc8.6.3.so()(64bit)
libHSvoid-0.7.2-25eAk552UtQA9vusJY0zCu-ghc8.6.3.so()(64bit)
libHSxml-conduit-1.8.0.1-HzndaONWgFT8RHzV5Y7v0G-ghc8.6.3.so()(64bit)
libHSxml-types-0.3.6-56MQ2lbfiw31ognZ51DOah-ghc8.6.3.so()(64bit)
libHSzlib-0.6.2-BdOecmQ0rL1HOiGypdSgxY-ghc8.6.3.so()(64bit)
libatomic.so.1()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
librt.so.1()(64bit)
libutil.so.1()(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.6.3/dbus-1.2.4-CWRNqFVT9CpABLM0uLdZN7
/usr/lib64/ghc-8.6.3/dbus-1.2.4-CWRNqFVT9CpABLM0uLdZN7/libHSdbus-1.2.4-CWRNqFVT9CpABLM0uLdZN7-ghc8.6.3.so
/usr/share/licenses/ghc-dbus
/usr/share/licenses/ghc-dbus/license.txt

 
ICM