aboutsummaryrefslogtreecommitdiff
path: root/flow-native/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/debian/control')
-rw-r--r--flow-native/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/flow-native/debian/control b/flow-native/debian/control
new file mode 100644
index 0000000..5fc8b77
--- /dev/null
+++ b/flow-native/debian/control
@@ -0,0 +1,16 @@
+Source: flow
+Priority: extra
+Maintainer: Jakob Odersky <jodersky@gmail.com>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.3
+Section: libs
+Homepage: https://github.com/jodersky/flow
+Vcs-Git: git://github.com/jodersky/flow.git
+
+Package: libflow3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Provides the native backend and JNI bindings for flow.
+ This package contains a native library to fully enable flow, a
+ serial communication library for Scala. \ No newline at end of file