1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: obus
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>, Nicolas Dandrimont <nicolas.dandrimont@crans.org>
Build-Depends:
debhelper (>= 8),
dh-ocaml (>= 0.9),
libtype-conv-camlp4-dev (>= 108),
libxmlm-ocaml-dev,
liblwt-ocaml-dev (>= 2.2.0~),
camlp4,
ocaml-findlib (>= 1.4),
ocamlbuild,
ocaml-nox (>= 4)
Standards-Version: 3.9.4
Section: ocaml
Homepage: http://obus.forge.ocamlcore.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/obus.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/obus.git
Package: libobus-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends:
ocaml-findlib,
libobus-ocaml-bin
Description: pure OCaml implementation of D-Bus (development files)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
.
D-Bus is a message bus, used for sending messages between
applications. It supports broadcast messages, asynchronous messages
(thus decreasing latency), authentication, and more. It is designed
to be low-overhead. D-Bus also supports a method call mapping for its
messages.
.
This package contains development files of OBus.
Package: libobus-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: pure OCaml implementation of D-Bus (runtime)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
.
This package contains dynamically loadable plugins of OBus.
Package: libobus-ocaml-bin
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: libobus-ocaml-dev
Description: pure OCaml implementation of D-Bus (command-line tools)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
.
This package contains command-line tools useful for using OBus.
|