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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
|
# DO NOT EDIT THIS FILE. EDIT debian/control.* instead!
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 <admwiggin@gmail.com>
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-golang/golang.git
Vcs-Git: git://anonscm.debian.org/pkg-golang/golang.git
Build-Depends: debhelper (>= 7.4.10), bison, ed, mawk | awk, perl, netbase
Build-Depends-Indep: po-debconf
Standards-Version: 3.9.3
Homepage: http://golang.org/
Package: golang-go
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
golang-src (>= ${source:Version}),
golang-go-linux-${go:Hostarch} (= ${source:Version})
Replaces: golang-weekly-go, golang-weekly-tools, golang-tools
Conflicts: golang-weekly-go, golang-weekly-tools, golang-tools
Provides: go-compiler, golang-weekly-go, golang-weekly-tools, golang-tools
Recommends: golang-go.tools
Description: Go programming language compiler
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, a compiler, and a linker for the
Go programming language. This is Google's implementation of the Go
tool chain.
Package: golang-src
Replaces: golang-weekly-src, golang-go (<< 2:1-3~)
Conflicts: golang-weekly-src
Provides: golang-weekly-src
Breaks: golang-go (<< 2:1-3~)
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go programming language compiler - 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 godoc and goinstall.
Package: golang-doc
Replaces: golang-weekly-doc
Conflicts: golang-weekly-doc
Provides: golang-weekly-doc
Depends: ${misc:Depends}, golang-go
Architecture: all
Section: doc
Description: Go programming language compiler - 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
Replaces: golang-weekly
Conflicts: golang-weekly
Provides: golang-weekly
Depends: ${misc:Depends},
golang-go (>= ${source:Version}),
golang-src (>= ${source:Version}),
golang-doc (>= ${source:Version})
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.
Package: golang-mode
Architecture: all
Depends: ${misc:Depends}, emacs | emacsen, emacsen-common (>= 2.0.8)
Conflicts: emacsen-common (<< 2.0.0)
Suggests: golang-go
Description: Go programming language - mode for GNU Emacs
This package provides a GNU Emacs major mode for editing code in
Google's Go programming language.
Package: kate-syntax-go
Architecture: all
Depends: ${misc:Depends}, kate
Suggests: golang-go
Description: Go programming language - Kate highlighting syntax files
This package provides syntax files for the Kate editor for editing code
in Google's Go programming language.
Package: vim-syntax-go
Architecture: all
Depends: ${misc:Depends}, vim
Recommends: vim-addon-manager
Suggests: golang-go
Description: Go programming language - Vim highlighting syntax files
This package provides syntax files for the Vim editor for editing code
in Google's Go programming language.
Package: golang-go-linux-amd64
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for linux_amd64
This package contains the Go standard library,
compiled for linux_amd64.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-linux-arm
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for linux_arm
This package contains the Go standard library,
compiled for linux_arm.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-linux-386
Architecture: i386 amd64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for linux_386
This package contains the Go standard library,
compiled for linux_386.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-freebsd-amd64
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for freebsd_amd64
This package contains the Go standard library,
compiled for freebsd_amd64.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-freebsd-arm
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for freebsd_arm
This package contains the Go standard library,
compiled for freebsd_arm.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-freebsd-386
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for freebsd_386
This package contains the Go standard library,
compiled for freebsd_386.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-windows-amd64
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for windows_amd64
This package contains the Go standard library,
compiled for windows_amd64.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-windows-386
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for windows_386
This package contains the Go standard library,
compiled for windows_386.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-darwin-amd64
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for darwin_amd64
This package contains the Go standard library,
compiled for darwin_amd64.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-darwin-386
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for darwin_386
This package contains the Go standard library,
compiled for darwin_386.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-netbsd-amd64
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for netbsd_amd64
This package contains the Go standard library,
compiled for netbsd_amd64.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
Package: golang-go-netbsd-386
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Breaks: golang-go (<< 2:1.1-2)
Replaces: golang-go (<< 2:1.1-2)
Description: Go standard library compiled for netbsd_386
This package contains the Go standard library,
compiled for netbsd_386.
.
This package is just one of a number of packages, each providing the Go
standard library for a specific operating system/architecture combination.
Go supports cross-compilation, so each of these packages is useful on any
architecture.
.
The files contained in this package are independent of the host architecture,
that is, you can use golang-go-linux-amd64 to generate a binary for
linux_amd64, even though you are executing the Go compiler on linux_386.
|