summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control70
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c847926
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.