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
|
Source: golang-golang-x-mod
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-mod
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-mod.git
Homepage: https://github.com/golang/mod
XS-Go-Import-Path: golang.org/x/mod
Package: golang-golang-x-mod-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Go module mechanics libraries
This repository holds packages for writing tools
that work directly with Go module mechanics.
That is, it is for direct manipulation of Go modules themselves.
.
It is NOT about supporting general development tools that
need to do things like load packages in module mode.
That use case, where modules are incidental rather than the focus,
should remain in x/tools, specifically x/tools/go/packages.
.
The specific case of loading packages should still be done by
invoking the go command, which remains the single point of
truth for package loading algorithms.
|