File: control

package info (click to toggle)
golang-github-mesos-mesos-go 0.0.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,964 kB
  • sloc: makefile: 17
file content (38 lines) | stat: -rw-r--r-- 1,626 bytes parent folder | download
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
Source: golang-github-mesos-mesos-go
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
    golang-github-gogo-protobuf-dev,
    golang-glog-dev | golang-github-golang-glog-dev,
    golang-github-pborman-uuid-dev,
    golang-github-samuel-go-zookeeper-dev,
    golang-github-stretchr-objx-dev,
    golang-github-stretchr-testify-dev,
    golang-golang-x-net-dev
Standards-Version: 3.9.8
Homepage: https://github.com/mesos/mesos-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mesos-mesos-go.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mesos-mesos-go.git
XS-Go-Import-Path: github.com/mesos/mesos-go

Package: golang-github-mesos-mesos-go-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go,
    golang-github-gogo-protobuf-dev,
    golang-glog-dev | golang-github-golang-glog-dev,
    golang-github-pborman-uuid-dev,
    golang-github-samuel-go-zookeeper-dev,
    golang-github-stretchr-objx-dev,
    golang-github-stretchr-testify-dev,
    golang-golang-x-net-dev
Description: Go language bindings for Apache Mesos
 Pure Go language bindings for Apache Mesos. As with other pure
 implementation, mesos-go uses the HTTP wire protocol to communicate
 directly with a running Mesos master and its slave instances. One of the
 objectives of this project is to provide an idiomatic Go API that makes it
 super easy to create Mesos frameworks using Go.