معرفی شرکت ها


ghc7.6.1-dbus-0.10.4-alt1.ppc64le.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A client library for the D-Bus IPC system.
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p9
مخزن ALTLinux classic ppc64le
نام بسته ghc7.6.1-dbus
نام فایل بسته ghc7.6.1-dbus-0.10.4-alt1.ppc64le.rpm
نسخه بسته 0.10.4
انتشار بسته alt1
معماری بسته ppc64le
نگهدارنده -
تاریخ ساخت Sat 08 Jun 2019 01
هاست سازنده wasp29.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://john-millikin.com/software/haskell-dbus/
مجوز GPL-3
حجم دانلود 2.0M
حجم نصب 19.282M
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. @ &#x7b;-\# LANGUAGE OverloadedStrings \#-&#x7d; import Data.List (sort) import DBus import DBus.Client main = do &#x20; client <- connectSession &#x20; // &#x20; \-- Request a list of connected clients from the bus &#x20; reply <- call_ client (methodCall \"\/org\/freedesktop\/DBus\" \"org.freedesktop.DBus\" \"ListNames\") &#x20; &#x7b; methodCallDestination = Just \"org.freedesktop.DBus\" &#x20; &#x7d; &#x20; // &#x20; \-- org.freedesktop.DBus.ListNames() returns a single value, which is &#x20; \-- a list of names (here represented as [String]) &#x20; let Just names = fromVariant (methodReturnBody reply !! 0) &#x20; // &#x20; \-- Print each name on a line, sorted so reserved names are below &#x20; \-- temporary names. &#x20; 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


جایگزین ها

بسته نسخه معماری مخزن
ghc7.6.1-dbus-0.10.4-alt1.i586.rpm 0.10.4 i586 ALT classic
ghc7.6.1-dbus-0.10.4-alt1.mipsel.rpm 0.10.4 mipsel ALT classic
ghc7.6.1-dbus-0.10.4-alt1.x86_64.rpm 0.10.4 x86_64 ALT classic


نیازمندی

مقدار نام
= 4.6.0.0 ghc7.6.1(base)
- ghc7.6.1(base-4.6.0.0-278be86c15668fa09b2847c7fe1c330c)
= 0.10.0.0 ghc7.6.1(bytestring)
- ghc7.6.1(bytestring-0.10.0.0-56d18497a30bf4378bb5dcb452a87f6f)
= 0.3.5.2 ghc7.6.1(cereal)
- ghc7.6.1(cereal-0.3.5.2-9d6c1d1f6aa4d8859ac074d49faa63b6)
= 0.5.0.0 ghc7.6.1(containers)
- ghc7.6.1(containers-0.5.0.0-e49be7a240765a4edc5c09f677ec6a81)
= 0.7.3 ghc7.6.1(libxml-sax)
- ghc7.6.1(libxml-sax-0.7.3-4fc1943e6da89636ee288edcfddeb904)
= 2.3.2.0 ghc7.6.1(network)
- ghc7.6.1(network-2.3.2.0-7e155e7cf550e64bfe7218288b8ce46c)
= 3.1.3 ghc7.6.1(parsec)
- ghc7.6.1(parsec-3.1.3-52ccf0f615fd79d4acb7f47e27f969ff)
= 1.0.1.1 ghc7.6.1(random)
- ghc7.6.1(random-1.0.1.1-36098b186fe563822601bd4ada4d6661)
= 0.11.2.3 ghc7.6.1(text)
- ghc7.6.1(text-0.11.2.3-4199512494d003a0decd63aeafbba2ca)
= 0.3.0.0 ghc7.6.1(transformers)
- ghc7.6.1(transformers-0.3.0.0-d724094873112c7e2260c14d96cacf64)
= 2.6.0.0 ghc7.6.1(unix)
- ghc7.6.1(unix-2.6.0.0-52686be910818ebfe16b0b2dab4b413d)
= 0.10.0.1 ghc7.6.1(vector)
- ghc7.6.1(vector-0.10.0.1-56b30226e019c6c6e0fe80602bf8d004)
= 0.3.3 ghc7.6.1(xml-types)
- ghc7.6.1(xml-types-0.3.3-8cc3860ae978c2b73a8ca858dd8a7145)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.10.4 ghc7.6.1(dbus)
- ghc7.6.1(dbus-0.10.4-5aec985a73a119f9105ea53cd6fc8f31)
= 0.10.4-alt1:sisyphus+222335.700.8.1 ghc7.6.1-dbus


نحوه نصب


نصب پکیج rpm ghc7.6.1-dbus:

    sudo apt-get install ghc7.6.1-dbus-0.10.4-alt1.ppc64le.rpm


فایل ها

مسیرها
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Address.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Address.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Client.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Client.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Introspection.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Introspection.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Message.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Message.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Socket.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Socket.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Transport.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Transport.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Types.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Types.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Wire.hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/DBus/Wire.p_hi
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/HSdbus-0.10.4.o
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/dbus.pkg
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/libHSdbus-0.10.4.a
/usr/lib64/ghc-7.6.1/lib/dbus-0.10.4/libHSdbus-0.10.4_p.a
/usr/lib64/ghc-7.6.1/package.conf.d/dbus-0.10.4.conf
/usr/share/doc/ghc7.6.1-dbus-0.10.4
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/DBus-Client.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/DBus-Introspection.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/DBus-Socket.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/DBus-Transport.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/DBus.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/dbus.haddock
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-A.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-All.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-B.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-C.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-D.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-E.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-F.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-G.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-I.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-L.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-M.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-N.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-O.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-P.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-R.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-S.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-T.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-U.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index-V.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/doc-index.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/frames.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/haddock-util.js
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/hslogo-16.png
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/index-frames.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/index.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/mini_DBus-Client.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/mini_DBus-Introspection.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/mini_DBus-Socket.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/mini_DBus-Transport.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/mini_DBus.html
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/minus.gif
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/ocean.css
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/plus.gif
/usr/share/doc/ghc7.6.1-dbus-0.10.4/html/synopsis.png
/usr/share/doc/ghc7.6.1-dbus-0.10.4/license.txt


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2012-12-24

Spec created by cabal2rpm 0.20_08