File: control

package info (click to toggle)
golang-github-mesos-mesos-go 0.0.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 11,724 kB
  • sloc: makefile: 163
file content (40 lines) | stat: -rw-r--r-- 1,714 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
39
40
Source: golang-github-mesos-mesos-go
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
    golang-github-gogo-protobuf-dev,
    golang-glog-dev | golang-github-golang-glog-dev,
    golang-github-pborman-uuid-dev,
    golang-github-pquerna-ffjson-dev,
    golang-github-samuel-go-zookeeper-dev,
    golang-github-stretchr-objx-dev,
    golang-github-stretchr-testify-dev,
    golang-golang-x-net-dev
Homepage: https://github.com/mesos/mesos-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mesos-mesos-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mesos-mesos-go.git
XS-Go-Import-Path: github.com/mesos/mesos-go
Testsuite: autopkgtest-pkg-go

Package: golang-github-mesos-mesos-go-dev
Architecture: all
Depends: ${misc:Depends},
    golang-github-gogo-protobuf-dev,
    golang-glog-dev | golang-github-golang-glog-dev,
    golang-github-pborman-uuid-dev,
    golang-github-pquerna-ffjson-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.