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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Source: golang
Section: devel
Priority: optional
Maintainer: Go Compiler Team <pkg-golang-devel@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Paul Tagliamonte <paultag@debian.org>,
Tianon Gravi <tianon@debian.org>
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-golang/golang.git
Vcs-Git: git://anonscm.debian.org/pkg-golang/golang.git
Build-Depends: bison,
debhelper (>= 7.4.10),
ed,
golang-go (>= 2:1.4.2-2~) | gccgo-5,
mawk | awk,
netbase,
perl
Standards-Version: 3.9.6
Homepage: https://golang.org
Package: golang-go
Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el
Depends: golang-src (>= ${source:Version}),
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Breaks: golang-go-darwin-386,
golang-go-darwin-amd64,
golang-go-freebsd-386,
golang-go-freebsd-amd64,
golang-go-freebsd-arm,
golang-go-linux-386,
golang-go-linux-amd64,
golang-go-linux-arm,
golang-go-netbsd-386,
golang-go-netbsd-amd64,
golang-go-windows-386,
golang-go-windows-amd64
Replaces: golang-go-darwin-386,
golang-go-darwin-amd64,
golang-go-freebsd-386,
golang-go-freebsd-amd64,
golang-go-freebsd-arm,
golang-go-linux-386,
golang-go-linux-amd64,
golang-go-linux-arm,
golang-go-netbsd-386,
golang-go-netbsd-amd64,
golang-go-windows-386,
golang-go-windows-amd64
Conflicts: golang-go.tools (<< 1:0.0~git20151026.0.0f9d71c-1~),
golang-golang-x-tools (<< 1:0.0~git20151026.0.0f9d71c-1~)
Recommends: g++, gcc, libc6-dev, pkg-config
Suggests: bzr,
ca-certificates,
git,
golang-golang-x-tools,
mercurial,
subversion
Description: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
pre-compile the standard library inside GOROOT for cross-compilation to work.
Package: golang-src
Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
cross-compilation.
Package: golang-doc
Depends: golang-go, ${misc:Depends}
Architecture: all
Section: doc
Description: Go programming language - documentation
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a fast,
statically typed, compiled language that feels like a dynamically
typed, interpreted language.
.
This package provides the documentation for the Go programming
language. You can view the formatted documentation by running "godoc
--http=:6060", and then visiting http://localhost:6060/doc/install.html.
Package: golang
Depends: golang-doc (>= ${source:Version}),
golang-go (>= ${source:Version}),
golang-src (>= ${source:Version}),
${misc:Depends}
Architecture: all
Description: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
|