File: control

package info (click to toggle)
golang-github-efficientgo-core 1.0.0~rc3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: makefile: 68
file content (37 lines) | stat: -rw-r--r-- 1,379 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
Source: golang-github-efficientgo-core
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-davecgh-go-spew-dev,
 golang-github-google-go-cmp-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-efficientgo-core
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-efficientgo-core.git
Homepage: https://github.com/efficientgo/core
XS-Go-Import-Path: github.com/efficientgo/core

Package: golang-github-efficientgo-core-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-davecgh-go-spew-dev,
 golang-github-google-go-cmp-dev,
 ${misc:Depends},
Description: set of core packages every Go project needs (Go library)
 Go module with set of core packages **every** Go project needs. Minimal
 API, battle-tested, strictly versioned and with only two transient
 dependencies-- davecgh/go-spew (https://github.com/davecgh/go-spew) and
 google/go-cmp (https://github.com/google/go-cmp).
 .
 Maintained by experienced Go developers, including author of the
 Efficient Go book (https://www.oreilly.com/library/view/efficient-
 go/9781098105709/).
 .
 This package contains the Go source code.