File: control

package info (click to toggle)
gox 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: makefile: 6
file content (25 lines) | stat: -rw-r--r-- 989 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
Source: gox
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-go,
               golang-github-mitchellh-iochan-dev
Standards-Version: 4.1.4
Homepage: https://github.com/mitchellh/gox
Vcs-Browser: https://salsa.debian.org/go-team/packages/gox
Vcs-Git: https://salsa.debian.org/go-team/packages/gox.git
XS-Go-Import-Path: github.com/mitchellh/gox

Package: gox
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: simple cross compilation tool for Go
 Gox is a cross compiling build tool for Go which makes it possible to
 produce binaries for foreign platforms without having to install Go on
 the targeted system. Several operating systems and architectures are
 supported, while parallel building on multiple cores is possible.