File: control

package info (click to toggle)
golang-github-hashicorp-atlas-go 0.0~git20170808.8261ea0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 448 kB
  • sloc: sh: 262; makefile: 20
file content (32 lines) | stat: -rw-r--r-- 1,430 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
Source: golang-github-hashicorp-atlas-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Shengjing Zhu <i@zhsj.me>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-hashicorp-go-cleanhttp-dev,
               golang-github-hashicorp-go-rootcerts-dev,
               golang-github-hashicorp-go-version-dev,
               pandoc
Standards-Version: 4.0.0
Homepage: https://github.com/hashicorp/atlas-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-atlas-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-atlas-go.git
XS-Go-Import-Path: github.com/hashicorp/atlas-go
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-atlas-go-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-hashicorp-go-cleanhttp-dev,
         golang-github-hashicorp-go-rootcerts-dev,
         golang-github-hashicorp-go-version-dev
Description: official Go client for HashiCorp's Atlas
 Atlas is an integrated toolset which wraps up individual tools from
 HashiCorp (Vagrant, Packer, Terraform, and others). It spans a whole
 devops line from development to production as a commercial service.
 Atlas-go is a library for the Go programming language which provides
 access to the API of Atlas.