Source: marathon
Section: misc
Priority: optional
Maintainer: Daniil Trishkin <dtrishkin@mirantis.com>
Build-Depends:
  debhelper (>=9),
  openjdk-8-jdk,
  javahelper,
  sbt-launch
Python-Version: >= 2.6
Standards-Version: 3.9.4
Homepage: http://mesosphere.github.io/marathon/
Vcs-Git: http://github.com/mesosphere/marathon.git

Package: marathon
Architecture: all
Depends: java-runtime-headless,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Marathon is an Apache Mesos framework for long-running applications.
 Marathon provides a REST API for starting, stopping, and scaling applications.
 Marathon is written in Scala and can run in highly-available mode by running multiple copies.
 The state of running tasks gets stored in the Mesos state abstraction.
