Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.
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.
Package | Summary | Distribution | Download |
ghc-dbus-1.3.3-1.19.aarch64.html | A client library for the D-Bus IPC system | OpenSuSE Ports Tumbleweed for aarch64 | ghc-dbus-1.3.3-1.19.aarch64.rpm |
ghc-dbus-1.3.3-1.15.s390x.html | A client library for the D-Bus IPC system | OpenSuSE Ports Tumbleweed for s390x | ghc-dbus-1.3.3-1.15.s390x.rpm |
ghc-dbus-1.3.3-1.15.x86_64.html | A client library for the D-Bus IPC system | OpenSuSE Tumbleweed for x86_64 | ghc-dbus-1.3.3-1.15.x86_64.rpm |
ghc-dbus-1.3.3-1.14.riscv64.html | A client library for the D-Bus IPC system | OpenSuSE Ports Tumbleweed for riscv64 | ghc-dbus-1.3.3-1.14.riscv64.rpm |
ghc-dbus-1.3.3-1.13.ppc64le.html | A client library for the D-Bus IPC system | OpenSuSE Ports Tumbleweed for ppc64le | ghc-dbus-1.3.3-1.13.ppc64le.rpm |
ghc-dbus-1.3.3-1.fc41.aarch64.html | A client library for the D-Bus IPC system | Fedora Rawhide for aarch64 | ghc-dbus-1.3.3-1.fc41.aarch64.rpm |
ghc-dbus-1.3.3-1.fc41.aarch64.html | A client library for the D-Bus IPC system | Fedora 41 for aarch64 | ghc-dbus-1.3.3-1.fc41.aarch64.rpm |
ghc-dbus-1.3.3-1.fc41.ppc64le.html | A client library for the D-Bus IPC system | Fedora Rawhide for ppc64le | ghc-dbus-1.3.3-1.fc41.ppc64le.rpm |
ghc-dbus-1.3.3-1.fc41.ppc64le.html | A client library for the D-Bus IPC system | Fedora 41 for ppc64le | ghc-dbus-1.3.3-1.fc41.ppc64le.rpm |
ghc-dbus-1.3.3-1.fc41.s390x.html | A client library for the D-Bus IPC system | Fedora Rawhide for s390x | ghc-dbus-1.3.3-1.fc41.s390x.rpm |
ghc-dbus-1.3.3-1.fc41.s390x.html | A client library for the D-Bus IPC system | Fedora 41 for s390x | ghc-dbus-1.3.3-1.fc41.s390x.rpm |
ghc-dbus-1.3.3-1.fc41.x86_64.html | A client library for the D-Bus IPC system | Fedora Rawhide for x86_64 | ghc-dbus-1.3.3-1.fc41.x86_64.rpm |
ghc-dbus-1.3.3-1.fc41.x86_64.html | A client library for the D-Bus IPC system | Fedora 41 for x86_64 | ghc-dbus-1.3.3-1.fc41.x86_64.rpm |
ghc-dbus-1.3.3-lp160.1.1.aarch64.html | A client library for the D-Bus IPC system | OpenSuSE Leap 16.0 for aarch64 | ghc-dbus-1.3.3-lp160.1.1.aarch64.rpm |
ghc-dbus-1.3.3-lp160.1.1.ppc64le.html | A client library for the D-Bus IPC system | OpenSuSE Leap 16.0 for ppc64le | ghc-dbus-1.3.3-lp160.1.1.ppc64le.rpm |
ghc-dbus-1.3.3-lp160.1.1.x86_64.html | A client library for the D-Bus IPC system | OpenSuSE Leap 16.0 for x86_64 | ghc-dbus-1.3.3-lp160.1.1.x86_64.rpm |
ghc-dbus-1.2.29-3.fc40.aarch64.html | A client library for the D-Bus IPC system | Fedora 40 for aarch64 | ghc-dbus-1.2.29-3.fc40.aarch64.rpm |
ghc-dbus-1.2.29-3.fc40.ppc64le.html | A client library for the D-Bus IPC system | Fedora 40 for ppc64le | ghc-dbus-1.2.29-3.fc40.ppc64le.rpm |
ghc-dbus-1.2.29-3.fc40.s390x.html | A client library for the D-Bus IPC system | Fedora 40 for s390x | ghc-dbus-1.2.29-3.fc40.s390x.rpm |
ghc-dbus-1.2.29-3.fc40.x86_64.html | A client library for the D-Bus IPC system | Fedora 40 for x86_64 | ghc-dbus-1.2.29-3.fc40.x86_64.rpm |
ghc-dbus-1.2.29-1.fc39.aarch64.html | A client library for the D-Bus IPC system | Fedora 39 for aarch64 | ghc-dbus-1.2.29-1.fc39.aarch64.rpm |
ghc-dbus-1.2.29-1.fc39.ppc64le.html | A client library for the D-Bus IPC system | Fedora 39 for ppc64le | ghc-dbus-1.2.29-1.fc39.ppc64le.rpm |
ghc-dbus-1.2.29-1.fc39.s390x.html | A client library for the D-Bus IPC system | Fedora 39 for s390x | ghc-dbus-1.2.29-1.fc39.s390x.rpm |
ghc-dbus-1.2.29-1.fc39.x86_64.html | A client library for the D-Bus IPC system | Fedora 39 for x86_64 | ghc-dbus-1.2.29-1.fc39.x86_64.rpm |
ghc-dbus-1.2.22-bp156.4.1.aarch64.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.6 for aarch64 | ghc-dbus-1.2.22-bp156.4.1.aarch64.rpm |
ghc-dbus-1.2.22-bp156.4.1.ppc64le.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.6 for ppc64le | ghc-dbus-1.2.22-bp156.4.1.ppc64le.rpm |
ghc-dbus-1.2.22-bp156.4.1.s390x.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.6 for s390x | ghc-dbus-1.2.22-bp156.4.1.s390x.rpm |
ghc-dbus-1.2.22-bp156.4.1.x86_64.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.6 for x86_64 | ghc-dbus-1.2.22-bp156.4.1.x86_64.rpm |
ghc-dbus-1.2.22-bp155.2.14.aarch64.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.5 for aarch64 | ghc-dbus-1.2.22-bp155.2.14.aarch64.rpm |
ghc-dbus-1.2.22-bp155.2.14.ppc64le.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.5 for ppc64le | ghc-dbus-1.2.22-bp155.2.14.ppc64le.rpm |
ghc-dbus-1.2.22-bp155.2.14.s390x.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.5 for s390x | ghc-dbus-1.2.22-bp155.2.14.s390x.rpm |
ghc-dbus-1.2.22-bp155.2.14.x86_64.html | A client library for the D-Bus IPC system | OpenSuSE Leap 15.5 for x86_64 | ghc-dbus-1.2.22-bp155.2.14.x86_64.rpm |
ghc-dbus-1.2.22-bp155.2.2.armv7hl.html | A client library for the D-Bus IPC system | OpenSuSE Ports Leap 15.5 for armv7hl | ghc-dbus-1.2.22-bp155.2.2.armv7hl.rpm |
ghc-dbus-1.2.21-1.7.armv7hl.html | A client library for the D-Bus IPC system | OpenSuSE Ports Tumbleweed for armv7hl | ghc-dbus-1.2.21-1.7.armv7hl.rpm |
ghc-dbus-1.2.4-1.3.armv6hl.html | A client library for the D-Bus IPC system | OpenSuSE Ports Tumbleweed for armv6hl | ghc-dbus-1.2.4-1.3.armv6hl.rpm |
Generated by rpm2html 1.6