معرفی شرکت ها


ghc7.6.1-dbus-0.10.4-alt1.mipsel.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 mipsel
نام بسته ghc7.6.1-dbus
نام فایل بسته ghc7.6.1-dbus-0.10.4-alt1.mipsel.rpm
نسخه بسته 0.10.4
انتشار بسته alt1
معماری بسته mipsel
نگهدارنده -
تاریخ ساخت Sat 23 Feb 2019 02
هاست سازنده recycler-sisyphus_mipsel.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://john-millikin.com/software/haskell-dbus/
مجوز GPL-3
حجم دانلود 1.4M
حجم نصب 12.248M
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.ppc64le.rpm 0.10.4 ppc64le 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-fe991d72332bf6587b17a8b5ba700edf)
= 0.10.0.0 ghc7.6.1(bytestring)
- ghc7.6.1(bytestring-0.10.0.0-cc88f3e2f6307ad6d78074069d54a9ba)
= 0.3.5.2 ghc7.6.1(cereal)
- ghc7.6.1(cereal-0.3.5.2-82b571410c7a7836f334f37a2523b1f3)
= 0.5.0.0 ghc7.6.1(containers)
- ghc7.6.1(containers-0.5.0.0-cb9c944553f2500c94e74b3e1df1c5dd)
= 0.7.3 ghc7.6.1(libxml-sax)
- ghc7.6.1(libxml-sax-0.7.3-01e6e61be37bba17a5d40664a3f29107)
= 2.3.2.0 ghc7.6.1(network)
- ghc7.6.1(network-2.3.2.0-6b522a79b426bfe1a687b7efff97522f)
= 3.1.3 ghc7.6.1(parsec)
- ghc7.6.1(parsec-3.1.3-453769aa3c667ba6510799b144e0fd47)
= 1.0.1.1 ghc7.6.1(random)
- ghc7.6.1(random-1.0.1.1-5a0867a35913b2933d5b035b0e332064)
= 0.11.2.3 ghc7.6.1(text)
- ghc7.6.1(text-0.11.2.3-25978f844cb22bf87c42289d2a0afa6c)
= 0.3.0.0 ghc7.6.1(transformers)
- ghc7.6.1(transformers-0.3.0.0-4a3028400cf509ed0171d902864a5d04)
= 2.6.0.0 ghc7.6.1(unix)
- ghc7.6.1(unix-2.6.0.0-7e3ee3995c2f4f71c79463092beb2ad9)
= 0.10.0.1 ghc7.6.1(vector)
- ghc7.6.1(vector-0.10.0.1-a74589a9e4827e99b60a8a91cfd2e218)
= 0.3.3 ghc7.6.1(xml-types)
- ghc7.6.1(xml-types-0.3.3-4e09573d2821b0c1e18e0c90bd115ed7)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.10.4 ghc7.6.1(dbus)
- ghc7.6.1(dbus-0.10.4-024dee8a857d8604b6e8a7dbf35f2993)
= 0.10.4-alt1:sisyphus_mipsel.22124.1100 ghc7.6.1-dbus


نحوه نصب


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

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


فایل ها

مسیرها
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Address.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Address.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Client.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Client.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Introspection.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Introspection.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Message.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Message.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Socket.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Socket.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Transport.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Transport.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Types.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Types.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Wire.hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/DBus/Wire.p_hi
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/HSdbus-0.10.4.o
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/dbus.pkg
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/libHSdbus-0.10.4.a
/usr/lib/ghc-7.6.1/lib/dbus-0.10.4/libHSdbus-0.10.4_p.a
/usr/lib/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