diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d1cbb70 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: ivy-ocaml +Section: net +Priority: optional +Maintainer: Pascal Brisset (Hecto) <pascal.brisset@enac.fr> +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: ivy-ocaml +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} ocaml-nox (= 3.08.2-1), ivy-c +Description: Ocaml binding for the Ivy software bus + This package provides the bindings for the Ivy software bus. Standalone + linking and with the glib mainloop are provided. |